#0EAA15

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

Shades of Islamic Green #0EAA15

Tints of Islamic Green #0EAA15

Color information

#0EAA15 (or 0x0EAA15) is unknown color: approx Islamic Green. HEX triplet: 0E, AA and 15. RGB value is (14,170,21). Sum of RGB (Red+Green+Blue) = 14+170+21=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 170 (66.80% from 255 or 82.93% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAA15 is #F155EA. Grayscale: #6A6A6A. Windows color (decimal): -15816171 or 1419790. OLE color: 1419790.

HSL color Cylindrical-coordinate representation of color #0EAA15: hue angle of 122.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA15 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1417021-
CMYK0.9200.880.33
HSL122.69º84.78%36.08%-
HSV(B)122.69º91.76%66.67%-
XYZ14.6928.95.51-
YUV106.3779.8262.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.83%
GREEN value IS 170 (66.80% from 255) = 82.93%
BLUE value IS 21 (8.59% from 255) = 10.24%
R=6.83%
G=82.93%
B=10.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14170210.9200.880.33122.6984.7836.08
HexEAA155C058217b5524
Octal162522513401304117312544
Binary1110101010101010110111000101100010000111110111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,170,21); }

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

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

 a { background-color: rgb(14,170,21); }

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

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

 span { border-color: rgb(14,170,21); }

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