#0eb219

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

Shades of Islamic Green #0EB219

Tints of Islamic Green #0EB219

Color information

#0EB219 (or 0x0EB219) is unknown color: approx Islamic Green. HEX triplet: 0E, B2 and 19. RGB value is (14,178,25). Sum of RGB (Red+Green+Blue) = 14+178+25=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 178 (69.92% from 255 or 82.03% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB219 is #F14DE6. Grayscale: #6F6F6F. Windows color (decimal): -15814119 or 1683982. OLE color: 1683982.

HSL color Cylindrical-coordinate representation of color #0EB219: hue angle of 124.02º 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 #0EB219 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1417825-
CMYK0.9200.860.30
HSL124.02º85.42%37.65%-
HSV(B)124.02º92.13%69.8%-
XYZ16.28326.24-
YUV111.5279.1758.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.45%
GREEN value IS 178 (69.92% from 255) = 82.03%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=6.45%
G=82.03%
B=11.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14178250.9200.860.30124.0285.4237.65
HexEB2195C0561E7c5526
Octal162623113401263617412546
Binary111010110010110011011100010101101111011111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0eb219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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