#0C8632

Color #0C8632 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #0C8632

Tints of Dark Spring Green #0C8632

Color information

#0C8632 (or 0x0C8632) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 86 and 32. RGB value is (12,134,50). Sum of RGB (Red+Green+Blue) = 12+134+50=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 134 (52.73% from 255 or 68.37% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8632 is #F379CD. Grayscale: #585858. Windows color (decimal): -15956430 or 3311116. OLE color: 3311116.

HSL color Cylindrical-coordinate representation of color #0C8632: hue angle of 138.69º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8632 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1213450-
CMYK0.9100.630.47
HSL138.69º83.56%28.63%-
HSV(B)138.69º91.04%52.55%-
XYZ9.2517.365.88-
YUV87.95106.5873.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 6.12%
GREEN value IS 134 (52.73% from 255) = 68.37%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=6.12%
G=68.37%
B=25.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12134500.9100.630.47138.6983.5628.63
HexC86325B03F2F8b541d
Octal14206621330775721312435
Binary1100100001101100101011011011111110111110001011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C8632; }

 p { color: rgb(12,134,50); }

 H1.HeaderClassName
 {
   color: #0C8632;
 }
 .AnyTagClassName
 {
   color: #0C8632;
 }
</style>
background-color css

<style>
 a { background-color: #0C8632; }

 a { background-color: rgb(12,134,50); }

 div.DivClassName
 {
   background-color: #0C8632;
 }
 .BgClassName
 {
   background-color: #0C8632;
 }
</style>
border-color css

<style>
 span { border-color: #0C8632; }

 span { border-color: rgb(12,134,50); }

 td.TdClassName
 {
   border-color: #0C8632;
 }
 .TagClassName
 {
   border-color: #0C8632;
 }
</style>