#0C6A02

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

Shades of Green #0C6A02

Tints of Green #0C6A02

Color information

#0C6A02 (or 0x0C6A02) is unknown color: approx Green. HEX triplet: 0C, 6A and 02. RGB value is (12,106,2). Sum of RGB (Red+Green+Blue) = 12+106+2=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 106 (41.80% from 255 or 88.33% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6A02 is #F395FD. Grayscale: #424242. Windows color (decimal): -15963646 or 158220. OLE color: 158220.

HSL color Cylindrical-coordinate representation of color #0C6A02: hue angle of 114.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C6A02 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB121062-
CMYK0.8900.980.58
HSL114.23º96.3%21.18%-
HSV(B)114.23º98.11%41.57%-
XYZ5.3210.391.78-
YUV66.0491.8689.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10%
GREEN value IS 106 (41.80% from 255) = 88.33%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=10%
G=88.33%
B=1.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1210620.8900.980.58114.2396.321.18
HexC6A2590623A726015
Octal14152213101427216214025
Binary11001101010101011001011000101110101110010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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