#0EA217

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

Shades of Islamic Green #0EA217

Tints of Islamic Green #0EA217

Color information

#0EA217 (or 0x0EA217) is unknown color: approx Islamic Green. HEX triplet: 0E, A2 and 17. RGB value is (14,162,23). Sum of RGB (Red+Green+Blue) = 14+162+23=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 162 (63.67% from 255 or 81.41% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA217 is #F15DE8. Grayscale: #666666. Windows color (decimal): -15818217 or 1548814. OLE color: 1548814.

HSL color Cylindrical-coordinate representation of color #0EA217: hue angle of 123.65º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA217 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1416223-
CMYK0.9100.860.36
HSL123.65º84.09%34.51%-
HSV(B)123.65º91.36%63.53%-
XYZ13.26265.13-
YUV101.983.4765.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.04%
GREEN value IS 162 (63.67% from 255) = 81.41%
BLUE value IS 23 (9.38% from 255) = 11.56%
R=7.04%
G=81.41%
B=11.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14162230.9100.860.36123.6584.0934.51
HexEA2175B056247c5423
Octal162422713301264417412443
Binary1110101000101011110110110101011010010011111001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,162,23); }

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

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

 a { background-color: rgb(14,162,23); }

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

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

 span { border-color: rgb(14,162,23); }

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