#0EB808

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

Shades of Islamic Green #0EB808

Tints of Islamic Green #0EB808

Color information

#0EB808 (or 0x0EB808) is unknown color: approx Islamic Green. HEX triplet: 0E, B8 and 08. RGB value is (14,184,8). Sum of RGB (Red+Green+Blue) = 14+184+8=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 184 (72.27% from 255 or 89.32% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB808 is #F147F7. Grayscale: #717171. Windows color (decimal): -15812600 or 571406. OLE color: 571406.

HSL color Cylindrical-coordinate representation of color #0EB808: hue angle of 117.95º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EB808 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB141848-
CMYK0.9200.960.28
HSL117.95º91.67%37.65%-
HSV(B)117.95º95.65%72.16%-
XYZ17.3734.395.95-
YUV113.1168.6857.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.80%
GREEN value IS 184 (72.27% from 255) = 89.32%
BLUE value IS 8 (3.52% from 255) = 3.88%
R=6.80%
G=89.32%
B=3.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1418480.9200.960.28117.9591.6737.65
HexEB885C0601C765c26
Octal162701013401403416613446
Binary11101011100010001011100011000001110011101101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,184,8); }

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

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

 a { background-color: rgb(14,184,8); }

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

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

 span { border-color: rgb(14,184,8); }

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