#0E9808

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

Shades of Islamic Green #0E9808

Tints of Islamic Green #0E9808

Color information

#0E9808 (or 0x0E9808) is unknown color: approx Islamic Green. HEX triplet: 0E, 98 and 08. RGB value is (14,152,8). Sum of RGB (Red+Green+Blue) = 14+152+8=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 152 (59.77% from 255 or 87.36% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9808 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9808 is #F167F7. Grayscale: #5E5E5E. Windows color (decimal): -15820792 or 563214. OLE color: 563214.

HSL color Cylindrical-coordinate representation of color #0E9808: hue angle of 117.5º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E9808 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB141528-
CMYK0.9100.950.40
HSL117.5º90%31.37%-
HSV(B)117.5º94.74%59.61%-
XYZ11.4522.573.98-
YUV94.3279.2870.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.05%
GREEN value IS 152 (59.77% from 255) = 87.36%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=8.05%
G=87.36%
B=4.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1415280.9100.950.40117.59031.37
HexE9885B05F28765a1f
Octal162301013301375016613237
Binary11101001100010001011011010111111010001110110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E9808; }

 p { color: rgb(14,152,8); }

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

<style>
 a { background-color: #0E9808; }

 a { background-color: rgb(14,152,8); }

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

<style>
 span { border-color: #0E9808; }

 span { border-color: rgb(14,152,8); }

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