#0E9111

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

Shades of Islamic Green #0E9111

Tints of Islamic Green #0E9111

Color information

#0E9111 (or 0x0E9111) is unknown color: approx Islamic Green. HEX triplet: 0E, 91 and 11. RGB value is (14,145,17). Sum of RGB (Red+Green+Blue) = 14+145+17=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 145 (57.03% from 255 or 82.39% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9111 is #F16EEE. Grayscale: #5B5B5B. Windows color (decimal): -15822575 or 1151246. OLE color: 1151246.

HSL color Cylindrical-coordinate representation of color #0E9111: hue angle of 121.37º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9111 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1414517-
CMYK0.9000.880.43
HSL121.37º82.39%31.18%-
HSV(B)121.37º90.34%56.86%-
XYZ10.4120.383.92-
YUV91.2486.172.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.95%
GREEN value IS 145 (57.03% from 255) = 82.39%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=7.95%
G=82.39%
B=9.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14145170.9000.880.43121.3782.3931.18
HexE91115A0582B79521f
Octal162212113201305317112237
Binary111010010001100011011010010110001010111111001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,145,17); }

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

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

 a { background-color: rgb(14,145,17); }

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

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

 span { border-color: rgb(14,145,17); }

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