#0EC707

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

Shades of Islamic Green #0EC707

Tints of Islamic Green #0EC707

Color information

#0EC707 (or 0x0EC707) is unknown color: approx Islamic Green. HEX triplet: 0E, C7 and 07. RGB value is (14,199,7). Sum of RGB (Red+Green+Blue) = 14+199+7=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 199 (78.12% from 255 or 90.45% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC707 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC707 is #F138F8. Grayscale: #7A7A7A. Windows color (decimal): -15808761 or 509710. OLE color: 509710.

HSL color Cylindrical-coordinate representation of color #0EC707: hue angle of 117.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EC707 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB141997-
CMYK0.9300.960.22
HSL117.81º93.2%40.39%-
HSV(B)117.81º96.48%78.04%-
XYZ20.6440.967.02-
YUV121.863.2151.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.36%
GREEN value IS 199 (78.12% from 255) = 90.45%
BLUE value IS 7 (3.12% from 255) = 3.18%
R=6.36%
G=90.45%
B=3.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1419970.9300.960.22117.8193.240.39
HexEC775D06016765d28
Octal16307713501402616613550
Binary1110110001111111011101011000001011011101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,199,7); }

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

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

 a { background-color: rgb(14,199,7); }

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

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

 span { border-color: rgb(14,199,7); }

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