#0EB015

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

Shades of Islamic Green #0EB015

Tints of Islamic Green #0EB015

Color information

#0EB015 (or 0x0EB015) is unknown color: approx Islamic Green. HEX triplet: 0E, B0 and 15. RGB value is (14,176,21). Sum of RGB (Red+Green+Blue) = 14+176+21=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 176 (69.14% from 255 or 83.41% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB015 is #F14FEA. Grayscale: #6E6E6E. Windows color (decimal): -15814635 or 1421326. OLE color: 1421326.

HSL color Cylindrical-coordinate representation of color #0EB015: hue angle of 122.59º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB015 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1417621-
CMYK0.9200.880.31
HSL122.59º85.26%37.25%-
HSV(B)122.59º92.05%69.02%-
XYZ15.8431.25.9-
YUV109.8977.8359.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.64%
GREEN value IS 176 (69.14% from 255) = 83.41%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=6.64%
G=83.41%
B=9.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14176210.9200.880.31122.5985.2637.25
HexEB0155C0581F7b5525
Octal162602513401303717312545
Binary111010110000101011011100010110001111111110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,176,21); }

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

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

 a { background-color: rgb(14,176,21); }

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

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

 span { border-color: rgb(14,176,21); }

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