#0E9502

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

Shades of Islamic Green #0E9502

Tints of Islamic Green #0E9502

Color information

#0E9502 (or 0x0E9502) is unknown color: approx Islamic Green. HEX triplet: 0E, 95 and 02. RGB value is (14,149,2). Sum of RGB (Red+Green+Blue) = 14+149+2=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 149 (58.59% from 255 or 90.30% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9502 is #F16AFD. Grayscale: #5C5C5C. Windows color (decimal): -15821566 or 169230. OLE color: 169230.

HSL color Cylindrical-coordinate representation of color #0E9502: hue angle of 115.1º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E9502 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB141492-
CMYK0.9100.990.42
HSL115.1º97.35%29.61%-
HSV(B)115.1º98.66%58.43%-
XYZ10.9421.593.65-
YUV91.8877.2772.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.48%
GREEN value IS 149 (58.59% from 255) = 90.30%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=8.48%
G=90.30%
B=1.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1414920.9100.990.42115.197.3529.61
HexE9525B0632A73611e
Octal16225213301435216314136
Binary111010010101101011011011000111010101110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,149,2); }

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

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

 a { background-color: rgb(14,149,2); }

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

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

 span { border-color: rgb(14,149,2); }

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