#0C8600

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

Shades of Green #0C8600

Tints of Green #0C8600

Color information

#0C8600 (or 0x0C8600) is unknown color: approx Green. HEX triplet: 0C, 86 and 00. RGB value is (12,134,0). Sum of RGB (Red+Green+Blue) = 12+134+0=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 134 (52.73% from 255 or 91.78% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8600 is #F379FF. Grayscale: #525252. Windows color (decimal): -15956480 or 34316. OLE color: 34316.

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

Color convert

RGB121340-
CMYK0.91010.47
HSL114.63º100%26.27%-
HSV(B)114.63º100%52.55%-
XYZ8.6817.132.85-
YUV82.2581.5877.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.22%
GREEN value IS 134 (52.73% from 255) = 91.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.22%
G=91.78%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1213400.91010.47114.6310026.27
HexC8605B0642F73641a
Octal14206013301445716314432
Binary11001000011001011011011001001011111110011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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