#018E10

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

Shades of Islamic Green #018E10

Tints of Islamic Green #018E10

Color information

#018E10 (or 0x018E10) is unknown color: approx Islamic Green. HEX triplet: 01, 8E and 10. RGB value is (1,142,16). Sum of RGB (Red+Green+Blue) = 1+142+16=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 142 (55.86% from 255 or 89.31% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 142 - color contains mainly: green. Hex color #018E10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018E10 is #FE71EF. Grayscale: #555555. Windows color (decimal): -16675312 or 1084929. OLE color: 1084929.

HSL color Cylindrical-coordinate representation of color #018E10: hue angle of 126.38º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E10 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB114216-
CMYK0.9900.890.44
HSL126.38º98.6%28.04%-
HSV(B)126.38º99.3%55.69%-
XYZ9.7819.393.72-
YUV85.4888.7967.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 142 (55.86% from 255) = 89.31%
BLUE value IS 16 (6.64% from 255) = 10.06%
R=0.63%
G=89.31%
B=10.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1142160.9900.890.44126.3898.628.04
Hex18E10630592C7e631c
Octal12162014301315417614334
Binary110001110100001100011010110011011001111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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