#0C8A09

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

Shades of Green #0C8A09

Tints of Green #0C8A09

Color information

#0C8A09 (or 0x0C8A09) is unknown color: approx Green. HEX triplet: 0C, 8A and 09. RGB value is (12,138,9). Sum of RGB (Red+Green+Blue) = 12+138+9=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 138 (54.30% from 255 or 86.79% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8A09 is #F375F6. Grayscale: #565656. Windows color (decimal): -15955447 or 625164. OLE color: 625164.

HSL color Cylindrical-coordinate representation of color #0C8A09: hue angle of 118.6º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8A09 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB121389-
CMYK0.9100.930.46
HSL118.6º87.76%28.82%-
HSV(B)118.6º93.48%54.12%-
XYZ9.2918.273.3-
YUV85.6284.7675.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.55%
GREEN value IS 138 (54.30% from 255) = 86.79%
BLUE value IS 9 (3.91% from 255) = 5.66%
R=7.55%
G=86.79%
B=5.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1213890.9100.930.46118.687.7628.82
HexC8A95B05D2E77581d
Octal142121113301355616713035
Binary11001000101010011011011010111011011101110111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,138,9); }

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

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

 a { background-color: rgb(12,138,9); }

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

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

 span { border-color: rgb(12,138,9); }

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