#018116

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

Shades of Green #018116

Tints of Green #018116

Color information

#018116 (or 0x018116) is unknown color: approx Green. HEX triplet: 01, 81 and 16. RGB value is (1,129,22). Sum of RGB (Red+Green+Blue) = 1+129+22=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 129 (50.78% from 255 or 84.87% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 129 - color contains mainly: green. Hex color #018116 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018116 is #FE7EE9. Grayscale: #4E4E4E. Windows color (decimal): -16678634 or 1474817. OLE color: 1474817.

HSL color Cylindrical-coordinate representation of color #018116: hue angle of 129.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018116 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB112922-
CMYK0.9900.830.49
HSL129.84º98.46%25.49%-
HSV(B)129.84º99.22%50.59%-
XYZ8.0115.763.38-
YUV78.5396.0972.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 129 (50.78% from 255) = 84.87%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=0.66%
G=84.87%
B=14.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1129220.9900.830.49129.8498.4625.49
Hex181166305331826219
Octal12012614301236120214231
Binary1100000011011011000110101001111000110000010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018116; }

 p { color: rgb(1,129,22); }

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

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

 a { background-color: rgb(1,129,22); }

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

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

 span { border-color: rgb(1,129,22); }

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