#0E9009

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

Shades of Islamic Green #0E9009

Tints of Islamic Green #0E9009

Color information

#0E9009 (or 0x0E9009) is unknown color: approx Islamic Green. HEX triplet: 0E, 90 and 09. RGB value is (14,144,9). Sum of RGB (Red+Green+Blue) = 14+144+9=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 144 (56.64% from 255 or 86.23% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9009 is #F16FF6. Grayscale: #5A5A5A. Windows color (decimal): -15822839 or 626702. OLE color: 626702.

HSL color Cylindrical-coordinate representation of color #0E9009: hue angle of 117.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E9009 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB141449-
CMYK0.9000.940.44
HSL117.78º88.24%30%-
HSV(B)117.78º93.75%56.47%-
XYZ10.220.063.59-
YUV89.7482.4373.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.38%
GREEN value IS 144 (56.64% from 255) = 86.23%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=8.38%
G=86.23%
B=5.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1414490.9000.940.44117.7888.2430
HexE9095A05E2C76581e
Octal162201113201365416613036
Binary11101001000010011011010010111101011001110110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,144,9); }

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

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

 a { background-color: rgb(14,144,9); }

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

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

 span { border-color: rgb(14,144,9); }

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