#0EA20B

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

Shades of Islamic Green #0EA20B

Tints of Islamic Green #0EA20B

Color information

#0EA20B (or 0x0EA20B) is unknown color: approx Islamic Green. HEX triplet: 0E, A2 and 0B. RGB value is (14,162,11). Sum of RGB (Red+Green+Blue) = 14+162+11=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 162 (63.67% from 255 or 86.63% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA20B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA20B is #F15DF4. Grayscale: #646464. Windows color (decimal): -15818229 or 762382. OLE color: 762382.

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

Color convert

RGB1416211-
CMYK0.9100.930.36
HSL118.81º87.28%33.92%-
HSV(B)118.81º93.21%63.53%-
XYZ13.1625.964.63-
YUV100.5377.4766.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.49%
GREEN value IS 162 (63.67% from 255) = 86.63%
BLUE value IS 11 (4.69% from 255) = 5.88%
R=7.49%
G=86.63%
B=5.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14162110.9100.930.36118.8187.2833.92
HexEA2B5B05D24775722
Octal162421313301354416712742
Binary111010100010101110110110101110110010011101111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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