#008E10

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

Shades of Islamic Green #008E10

Tints of Islamic Green #008E10

Color information

#008E10 (or 0x008E10) is unknown color: approx Islamic Green. HEX triplet: 00, 8E and 10. RGB value is (0,142,16). Sum of RGB (Red+Green+Blue) = 0+142+16=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 142 (55.86% from 255 or 89.87% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 142 - color contains mainly: green. Hex color #008E10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008E10 is #FF71EF. Grayscale: #555555. Windows color (decimal): -16740848 or 1084928. OLE color: 1084928.

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

Color convert

RGB014216-
CMYK100.890.44
HSL126.76º100%27.84%-
HSV(B)126.76º100%55.69%-
XYZ9.7719.383.72-
YUV85.1888.9667.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 89.87%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=0%
G=89.87%
B=10.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014216100.890.44126.7610027.84
Hex08E10640592C7f641c
Octal02162014401315417714434
Binary010001110100001100100010110011011001111111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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