#0C8835

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

Shades of Dark Spring Green #0C8835

Tints of Dark Spring Green #0C8835

Color information

#0C8835 (or 0x0C8835) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 88 and 35. RGB value is (12,136,53). Sum of RGB (Red+Green+Blue) = 12+136+53=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8835 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8835 is #F377CA. Grayscale: #595959. Windows color (decimal): -15955915 or 3508236. OLE color: 3508236.

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

Color convert

RGB1213653-
CMYK0.9100.610.47
HSL139.84º83.78%29.02%-
HSV(B)139.84º91.18%53.33%-
XYZ9.617.946.33-
YUV89.46107.4272.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.97%
GREEN value IS 136 (53.52% from 255) = 67.66%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=5.97%
G=67.66%
B=26.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12136530.9100.610.47139.8483.7829.02
HexC88355B03D2F8c541d
Octal14210651330755721412435
Binary1100100010001101011011011011110110111110001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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