#0EC60B

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

Shades of Islamic Green #0EC60B

Tints of Islamic Green #0EC60B

Color information

#0EC60B (or 0x0EC60B) is unknown color: approx Islamic Green. HEX triplet: 0E, C6 and 0B. RGB value is (14,198,11). Sum of RGB (Red+Green+Blue) = 14+198+11=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 198 (77.73% from 255 or 88.79% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC60B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC60B is #F139F4. Grayscale: #7A7A7A. Windows color (decimal): -15809013 or 771598. OLE color: 771598.

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

Color convert

RGB1419811-
CMYK0.9300.940.22
HSL119.04º89.47%40.98%-
HSV(B)119.04º94.44%77.65%-
XYZ20.4440.517.06-
YUV121.6765.5451.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.28%
GREEN value IS 198 (77.73% from 255) = 88.79%
BLUE value IS 11 (4.69% from 255) = 4.93%
R=6.28%
G=88.79%
B=4.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14198110.9300.940.22119.0489.4740.98
HexEC6B5D05E16775929
Octal163061313501362616713151
Binary11101100011010111011101010111101011011101111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,198,11); }

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

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

 a { background-color: rgb(14,198,11); }

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

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

 span { border-color: rgb(14,198,11); }

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