#0E9408

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

Shades of Islamic Green #0E9408

Tints of Islamic Green #0E9408

Color information

#0E9408 (or 0x0E9408) is unknown color: approx Islamic Green. HEX triplet: 0E, 94 and 08. RGB value is (14,148,8). Sum of RGB (Red+Green+Blue) = 14+148+8=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 148 (58.20% from 255 or 87.06% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9408 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9408 is #F16BF7. Grayscale: #5C5C5C. Windows color (decimal): -15821816 or 562190. OLE color: 562190.

HSL color Cylindrical-coordinate representation of color #0E9408: hue angle of 117.43º 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 #0E9408 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB141488-
CMYK0.9100.950.42
HSL117.43º89.74%30.59%-
HSV(B)117.43º94.59%58.04%-
XYZ10.8121.293.77-
YUV91.9780.6172.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.24%
GREEN value IS 148 (58.20% from 255) = 87.06%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=8.24%
G=87.06%
B=4.71%

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
Decimal1414880.9100.950.42117.4389.7430.59
HexE9485B05F2A755a1f
Octal162241013301375216513237
Binary11101001010010001011011010111111010101110101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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