#008E0F

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

Shades of Islamic Green #008E0F

Tints of Islamic Green #008E0F

Color information

#008E0F (or 0x008E0F) is unknown color: approx Islamic Green. HEX triplet: 00, 8E and 0F. RGB value is (0,142,15). Sum of RGB (Red+Green+Blue) = 0+142+15=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 142 (55.86% from 255 or 90.45% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 142 - color contains mainly: green. Hex color #008E0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008E0F is #FF71F0. Grayscale: #555555. Windows color (decimal): -16740849 or 1019392. OLE color: 1019392.

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

Color convert

RGB014215-
CMYK100.890.44
HSL126.34º100%27.84%-
HSV(B)126.34º100%55.69%-
XYZ9.7619.383.68-
YUV85.0688.4667.33-

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) = 90.45%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=0%
G=90.45%
B=9.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014215100.890.44126.3410027.84
Hex08EF640592C7e641c
Octal02161714401315417614434
Binary01000111011111100100010110011011001111110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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