#0E9705

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

Shades of Islamic Green #0E9705

Tints of Islamic Green #0E9705

Color information

#0E9705 (or 0x0E9705) is unknown color: approx Islamic Green. HEX triplet: 0E, 97 and 05. RGB value is (14,151,5). Sum of RGB (Red+Green+Blue) = 14+151+5=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 151 (59.38% from 255 or 88.82% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 151 - color contains mainly: green. Hex color #0E9705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9705 is #F168FA. Grayscale: #5D5D5D. Windows color (decimal): -15821051 or 366350. OLE color: 366350.

HSL color Cylindrical-coordinate representation of color #0E9705: hue angle of 116.3º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E9705 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB141515-
CMYK0.9100.970.41
HSL116.3º93.59%30.59%-
HSV(B)116.3º96.69%59.22%-
XYZ11.2822.243.84-
YUV93.3978.1171.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.24%
GREEN value IS 151 (59.38% from 255) = 88.82%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=8.24%
G=88.82%
B=2.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1415150.9100.970.41116.393.5930.59
HexE9755B06129745e1f
Octal16227513301415116413637
Binary1110100101111011011011011000011010011110100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,151,5); }

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

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

 a { background-color: rgb(14,151,5); }

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

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

 span { border-color: rgb(14,151,5); }

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