#0E9F12

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

Shades of Islamic Green #0E9F12

Tints of Islamic Green #0E9F12

Color information

#0E9F12 (or 0x0E9F12) is unknown color: approx Islamic Green. HEX triplet: 0E, 9F and 12. RGB value is (14,159,18). Sum of RGB (Red+Green+Blue) = 14+159+18=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 159 (62.5% from 255 or 83.25% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9F12 is #F160ED. Grayscale: #636363. Windows color (decimal): -15818990 or 1220366. OLE color: 1220366.

HSL color Cylindrical-coordinate representation of color #0E9F12: hue angle of 121.66º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9F12 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1415918-
CMYK0.9100.890.38
HSL121.66º83.82%33.92%-
HSV(B)121.66º91.19%62.35%-
XYZ12.6924.934.72-
YUV99.5781.9666.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.33%
GREEN value IS 159 (62.5% from 255) = 83.25%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=7.33%
G=83.25%
B=9.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14159180.9100.890.38121.6683.8233.92
HexE9F125B059267a5422
Octal162372213301314617212442
Binary1110100111111001010110110101100110011011110101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,159,18); }

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

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

 a { background-color: rgb(14,159,18); }

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

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

 span { border-color: rgb(14,159,18); }

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