#0C6402

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

Shades of Green #0C6402

Tints of Green #0C6402

Color information

#0C6402 (or 0x0C6402) is unknown color: approx Green. HEX triplet: 0C, 64 and 02. RGB value is (12,100,2). Sum of RGB (Red+Green+Blue) = 12+100+2=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 100 (39.45% from 255 or 87.72% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6402 is #F39BFD. Grayscale: #3E3E3E. Windows color (decimal): -15965182 or 156684. OLE color: 156684.

HSL color Cylindrical-coordinate representation of color #0C6402: hue angle of 113.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C6402 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB121002-
CMYK0.8800.980.61
HSL113.88º96.08%20%-
HSV(B)113.88º98%39.22%-
XYZ4.729.21.58-
YUV62.5293.8591.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 100 (39.45% from 255) = 87.72%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=10.53%
G=87.72%
B=1.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1210020.8800.980.61113.8896.0820
HexC642580623D726014
Octal14144213001427516214024
Binary11001100100101011000011000101111011110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,100,2); }

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

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

 a { background-color: rgb(12,100,2); }

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

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

 span { border-color: rgb(12,100,2); }

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