#016A02

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

Shades of Green #016A02

Tints of Green #016A02

Color information

#016A02 (or 0x016A02) is unknown color: approx Green. HEX triplet: 01, 6A and 02. RGB value is (1,106,2). Sum of RGB (Red+Green+Blue) = 1+106+2=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 106 (41.80% from 255 or 97.25% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 106 - color contains mainly: green. Hex color #016A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016A02 is #FE95FD. Grayscale: #3F3F3F. Windows color (decimal): -16684542 or 158209. OLE color: 158209.

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

Color convert

RGB11062-
CMYK0.9900.980.58
HSL120.57º98.13%20.98%-
HSV(B)120.57º99.06%41.57%-
XYZ5.1810.321.78-
YUV62.7593.7183.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 106 (41.80% from 255) = 97.25%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=0.92%
G=97.25%
B=1.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal110620.9900.980.58120.5798.1320.98
Hex16A2630623A796215
Octal1152214301427217114225
Binary11101010101100011011000101110101111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016A02; }

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

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

<style>
 a { background-color: #016A02; }

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

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

<style>
 span { border-color: #016A02; }

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

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