#0eb21a

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

Shades of Islamic Green #0EB21A

Tints of Islamic Green #0EB21A

Color information

#0EB21A (or 0x0EB21A) is unknown color: approx Islamic Green. HEX triplet: 0E, B2 and 1A. RGB value is (14,178,26). Sum of RGB (Red+Green+Blue) = 14+178+26=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 178 (69.92% from 255 or 81.65% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB21A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB21A is #F14DE5. Grayscale: #707070. Windows color (decimal): -15814118 or 1749518. OLE color: 1749518.

HSL color Cylindrical-coordinate representation of color #0EB21A: hue angle of 124.39º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB21A is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1417826-
CMYK0.9200.850.30
HSL124.39º85.42%37.65%-
HSV(B)124.39º92.13%69.8%-
XYZ16.2932.016.3-
YUV111.6479.6758.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.42%
GREEN value IS 178 (69.92% from 255) = 81.65%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=6.42%
G=81.65%
B=11.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14178260.9200.850.30124.3985.4237.65
HexEB21A5C0551E7c5526
Octal162623213401253617412546
Binary111010110010110101011100010101011111011111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0eb21a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,178,26); }

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

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

 a { background-color: rgb(14,178,26); }

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

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

 span { border-color: rgb(14,178,26); }

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