#0E900C

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

Shades of Islamic Green #0E900C

Tints of Islamic Green #0E900C

Color information

#0E900C (or 0x0E900C) is unknown color: approx Islamic Green. HEX triplet: 0E, 90 and 0C. RGB value is (14,144,12). Sum of RGB (Red+Green+Blue) = 14+144+12=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 144 (56.64% from 255 or 84.71% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 144 - color contains mainly: green. Hex color #0E900C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E900C is #F16FF3. Grayscale: #5A5A5A. Windows color (decimal): -15822836 or 823310. OLE color: 823310.

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

Color convert

RGB1414412-
CMYK0.9000.920.44
HSL119.09º84.62%30.59%-
HSV(B)119.09º91.67%56.47%-
XYZ10.2220.073.68-
YUV90.0883.9373.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.24%
GREEN value IS 144 (56.64% from 255) = 84.71%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=8.24%
G=84.71%
B=7.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14144120.9000.920.44119.0984.6230.59
HexE90C5A05C2C77551f
Octal162201413201345416712537
Binary11101001000011001011010010111001011001110111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E900C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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