#018A10

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

Shades of Green #018A10

Tints of Green #018A10

Color information

#018A10 (or 0x018A10) is unknown color: approx Green. HEX triplet: 01, 8A and 10. RGB value is (1,138,16). Sum of RGB (Red+Green+Blue) = 1+138+16=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 138 (54.30% from 255 or 89.03% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 138 - color contains mainly: green. Hex color #018A10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A10 is #FE75EF. Grayscale: #535353. Windows color (decimal): -16676336 or 1083905. OLE color: 1083905.

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

Color convert

RGB113816-
CMYK0.9900.880.46
HSL126.57º98.56%27.25%-
HSV(B)126.57º99.28%54.12%-
XYZ9.1918.223.52-
YUV83.1390.1169.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 138 (54.30% from 255) = 89.03%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=0.65%
G=89.03%
B=10.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1138160.9900.880.46126.5798.5627.25
Hex18A10630582E7f631b
Octal12122014301305617714333
Binary110001010100001100011010110001011101111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018A10; }

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

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

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

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

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

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

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

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