#008E12

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

Shades of Islamic Green #008E12

Tints of Islamic Green #008E12

Color information

#008E12 (or 0x008E12) is unknown color: approx Islamic Green. HEX triplet: 00, 8E and 12. RGB value is (0,142,18). Sum of RGB (Red+Green+Blue) = 0+142+18=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 142 (55.86% from 255 or 88.75% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 142 - color contains mainly: green. Hex color #008E12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008E12 is #FF71ED. Grayscale: #555555. Windows color (decimal): -16740846 or 1216000. OLE color: 1216000.

HSL color Cylindrical-coordinate representation of color #008E12: hue angle of 127.61º 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 #008E12 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB014218-
CMYK100.870.44
HSL127.61º100%27.84%-
HSV(B)127.61º100%55.69%-
XYZ9.7819.393.8-
YUV85.4189.9667.08-

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) = 88.75%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=0%
G=88.75%
B=11.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014218100.870.44127.6110027.84
Hex08E12640572C80641c
Octal02162214401275420014434
Binary0100011101001011001000101011110110010000000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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