#0EB512

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

Shades of Islamic Green #0EB512

Tints of Islamic Green #0EB512

Color information

#0EB512 (or 0x0EB512) is unknown color: approx Islamic Green. HEX triplet: 0E, B5 and 12. RGB value is (14,181,18). Sum of RGB (Red+Green+Blue) = 14+181+18=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 181 (71.09% from 255 or 84.98% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB512 is #F14AED. Grayscale: #707070. Windows color (decimal): -15813358 or 1225998. OLE color: 1225998.

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

Color convert

RGB1418118-
CMYK0.9200.900.29
HSL121.44º85.64%38.24%-
HSV(B)121.44º92.27%70.98%-
XYZ16.8133.186.09-
YUV112.4874.6757.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 181 (71.09% from 255) = 84.98%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=6.57%
G=84.98%
B=8.45%

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
Decimal14181180.9200.900.29121.4485.6438.24
HexEB5125C05A1D795626
Octal162652213401323517112646
Binary111010110101100101011100010110101110111110011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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