#0E9508

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

Shades of Islamic Green #0E9508

Tints of Islamic Green #0E9508

Color information

#0E9508 (or 0x0E9508) is unknown color: approx Islamic Green. HEX triplet: 0E, 95 and 08. RGB value is (14,149,8). Sum of RGB (Red+Green+Blue) = 14+149+8=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 149 (58.59% from 255 or 87.13% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9508 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9508 is #F16AF7. Grayscale: #5C5C5C. Windows color (decimal): -15821560 or 562446. OLE color: 562446.

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

Color convert

RGB141498-
CMYK0.9100.950.42
HSL117.45º89.81%30.78%-
HSV(B)117.45º94.63%58.43%-
XYZ10.9721.613.82-
YUV92.5680.2771.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 149 (58.59% from 255) = 87.13%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=8.19%
G=87.13%
B=4.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1414980.9100.950.42117.4589.8130.78
HexE9585B05F2A755a1f
Octal162251013301375216513237
Binary11101001010110001011011010111111010101110101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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