#0C8306

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

Shades of Green #0C8306

Tints of Green #0C8306

Color information

#0C8306 (or 0x0C8306) is unknown color: approx Green. HEX triplet: 0C, 83 and 06. RGB value is (12,131,6). Sum of RGB (Red+Green+Blue) = 12+131+6=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 131 (51.56% from 255 or 87.92% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 131 - color contains mainly: green. Hex color #0C8306 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8306 is #F37CF9. Grayscale: #515151. Windows color (decimal): -15957242 or 426764. OLE color: 426764.

HSL color Cylindrical-coordinate representation of color #0C8306: hue angle of 117.12º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C8306 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB121316-
CMYK0.9100.950.49
HSL117.12º91.24%26.86%-
HSV(B)117.12º95.42%51.37%-
XYZ8.316.322.89-
YUV81.1785.5878.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 131 (51.56% from 255) = 87.92%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=8.05%
G=87.92%
B=4.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1213160.9100.950.49117.1291.2426.86
HexC8365B05F31755b1b
Octal14203613301376116513333
Binary1100100000111101011011010111111100011110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,131,6); }

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

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

 a { background-color: rgb(12,131,6); }

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

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

 span { border-color: rgb(12,131,6); }

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