#018810

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

Shades of Green #018810

Tints of Green #018810

Color information

#018810 (or 0x018810) is unknown color: approx Green. HEX triplet: 01, 88 and 10. RGB value is (1,136,16). Sum of RGB (Red+Green+Blue) = 1+136+16=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 136 (53.52% from 255 or 88.89% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 136 - color contains mainly: green. Hex color #018810 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018810 is #FE77EF. Grayscale: #525252. Windows color (decimal): -16676848 or 1083393. OLE color: 1083393.

HSL color Cylindrical-coordinate representation of color #018810: hue angle of 126.67º 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 #018810 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB113616-
CMYK0.9900.880.47
HSL126.67º98.54%26.86%-
HSV(B)126.67º99.26%53.33%-
XYZ8.9117.653.43-
YUV81.9690.7770.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 136 (53.52% from 255) = 88.89%
BLUE value IS 16 (6.64% from 255) = 10.46%
R=0.65%
G=88.89%
B=10.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1136160.9900.880.47126.6798.5426.86
Hex18810630582F7f631b
Octal12102014301305717714333
Binary110001000100001100011010110001011111111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018810; }

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

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

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

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

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

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

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

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