#018802

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

Shades of Green #018802

Tints of Green #018802

Color information

#018802 (or 0x018802) is unknown color: approx Green. HEX triplet: 01, 88 and 02. RGB value is (1,136,2). Sum of RGB (Red+Green+Blue) = 1+136+2=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 136 (53.52% from 255 or 97.84% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 136 - color contains mainly: green. Hex color #018802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018802 is #FE77FD. Grayscale: #505050. Windows color (decimal): -16676862 or 165889. OLE color: 165889.

HSL color Cylindrical-coordinate representation of color #018802: hue angle of 120.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018802 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB11362-
CMYK0.9900.990.47
HSL120.44º98.54%26.86%-
HSV(B)120.44º99.26%53.33%-
XYZ8.8317.622.99-
YUV80.3683.7771.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 136 (53.52% from 255) = 97.84%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=0.72%
G=97.84%
B=1.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113620.9900.990.47120.4498.5426.86
Hex1882630632F78631b
Octal1210214301435717014333
Binary110001000101100011011000111011111111000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018802; }

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

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

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

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

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

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

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

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