#016A18

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

Shades of Green #016A18

Tints of Green #016A18

Color information

#016A18 (or 0x016A18) is unknown color: approx Green. HEX triplet: 01, 6A and 18. RGB value is (1,106,24). Sum of RGB (Red+Green+Blue) = 1+106+24=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 106 (41.80% from 255 or 80.92% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 106 - color contains mainly: green. Hex color #016A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016A18 is #FE95E7. Grayscale: #414141. Windows color (decimal): -16684520 or 1600001. OLE color: 1600001.

HSL color Cylindrical-coordinate representation of color #016A18: hue angle of 133.14º 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 #016A18 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB110624-
CMYK0.9900.770.58
HSL133.14º98.13%20.98%-
HSV(B)133.14º99.06%41.57%-
XYZ5.3310.382.59-
YUV65.26104.7182.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 106 (41.80% from 255) = 80.92%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=0.76%
G=80.92%
B=18.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1106240.9900.770.58133.1498.1320.98
Hex16A186304D3A856215
Octal11523014301157220514225
Binary111010101100011000110100110111101010000101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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