#0EB513

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

Shades of Islamic Green #0EB513

Tints of Islamic Green #0EB513

Color information

#0EB513 (or 0x0EB513) is unknown color: approx Islamic Green. HEX triplet: 0E, B5 and 13. RGB value is (14,181,19). Sum of RGB (Red+Green+Blue) = 14+181+19=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 181 (71.09% from 255 or 84.58% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB513 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB513 is #F14AEC. Grayscale: #717171. Windows color (decimal): -15813357 or 1291534. OLE color: 1291534.

HSL color Cylindrical-coordinate representation of color #0EB513: hue angle of 121.8º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB513 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1418119-
CMYK0.9200.900.29
HSL121.8º85.64%38.24%-
HSV(B)121.8º92.27%70.98%-
XYZ16.8233.196.14-
YUV112.675.1757.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.54%
GREEN value IS 181 (71.09% from 255) = 84.58%
BLUE value IS 19 (7.81% from 255) = 8.88%
R=6.54%
G=84.58%
B=8.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14181190.9200.900.29121.885.6438.24
HexEB5135C05A1D7a5626
Octal162652313401323517212646
Binary111010110101100111011100010110101110111110101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,181,19); }

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

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

 a { background-color: rgb(14,181,19); }

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

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

 span { border-color: rgb(14,181,19); }

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