#016918

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

Shades of Green #016918

Tints of Green #016918

Color information

#016918 (or 0x016918) is unknown color: approx Green. HEX triplet: 01, 69 and 18. RGB value is (1,105,24). Sum of RGB (Red+Green+Blue) = 1+105+24=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 105 (41.41% from 255 or 80.77% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 105 - color contains mainly: green. Hex color #016918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016918 is #FE96E7. Grayscale: #404040. Windows color (decimal): -16684776 or 1599745. OLE color: 1599745.

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

Color convert

RGB110524-
CMYK0.9900.770.59
HSL133.27º98.11%20.78%-
HSV(B)133.27º99.05%41.18%-
XYZ5.2310.182.55-
YUV64.67105.0482.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 105 (41.41% from 255) = 80.77%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=0.77%
G=80.77%
B=18.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105240.9900.770.59133.2798.1120.78
Hex169186304D3B856215
Octal11513014301157320514225
Binary111010011100011000110100110111101110000101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016918; }

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

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

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

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

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

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

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

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