#0EA219

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

Shades of Islamic Green #0EA219

Tints of Islamic Green #0EA219

Color information

#0EA219 (or 0x0EA219) is unknown color: approx Islamic Green. HEX triplet: 0E, A2 and 19. RGB value is (14,162,25). Sum of RGB (Red+Green+Blue) = 14+162+25=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 162 (63.67% from 255 or 80.60% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA219 is #F15DE6. Grayscale: #666666. Windows color (decimal): -15818215 or 1679886. OLE color: 1679886.

HSL color Cylindrical-coordinate representation of color #0EA219: hue angle of 124.46º 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 #0EA219 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1416225-
CMYK0.9100.850.36
HSL124.46º84.09%34.51%-
HSV(B)124.46º91.36%63.53%-
XYZ13.28265.24-
YUV102.1384.4765.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 162 (63.67% from 255) = 80.60%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=6.97%
G=80.60%
B=12.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14162250.9100.850.36124.4684.0934.51
HexEA2195B055247c5423
Octal162423113301254417412443
Binary1110101000101100110110110101010110010011111001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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