#0C8836

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

Shades of Dark Spring Green #0C8836

Tints of Dark Spring Green #0C8836

Color information

#0C8836 (or 0x0C8836) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 88 and 36. RGB value is (12,136,54). Sum of RGB (Red+Green+Blue) = 12+136+54=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8836 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8836 is #F377C9. Grayscale: #595959. Windows color (decimal): -15955914 or 3573772. OLE color: 3573772.

HSL color Cylindrical-coordinate representation of color #0C8836: hue angle of 140.32º 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 #0C8836 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1213654-
CMYK0.9100.600.47
HSL140.32º83.78%29.02%-
HSV(B)140.32º91.18%53.33%-
XYZ9.6217.956.45-
YUV89.58107.9272.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.94%
GREEN value IS 136 (53.52% from 255) = 67.33%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=5.94%
G=67.33%
B=26.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12136540.9100.600.47140.3283.7829.02
HexC88365B03C2F8c541d
Octal14210661330745721412435
Binary1100100010001101101011011011110010111110001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,136,54); }

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

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

 a { background-color: rgb(12,136,54); }

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

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

 span { border-color: rgb(12,136,54); }

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