#0EB016

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

Shades of Islamic Green #0EB016

Tints of Islamic Green #0EB016

Color information

#0EB016 (or 0x0EB016) is unknown color: approx Islamic Green. HEX triplet: 0E, B0 and 16. RGB value is (14,176,22). Sum of RGB (Red+Green+Blue) = 14+176+22=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 176 (69.14% from 255 or 83.02% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB016 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB016 is #F14FE9. Grayscale: #6E6E6E. Windows color (decimal): -15814634 or 1486862. OLE color: 1486862.

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

Color convert

RGB1417622-
CMYK0.9200.880.31
HSL122.96º85.26%37.25%-
HSV(B)122.96º92.05%69.02%-
XYZ15.8531.25.95-
YUV110.0178.3359.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.60%
GREEN value IS 176 (69.14% from 255) = 83.02%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=6.60%
G=83.02%
B=10.38%

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
Decimal14176220.9200.880.31122.9685.2637.25
HexEB0165C0581F7b5525
Octal162602613401303717312545
Binary111010110000101101011100010110001111111110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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