#0EC502

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

Shades of Islamic Green #0EC502

Tints of Islamic Green #0EC502

Color information

#0EC502 (or 0x0EC502) is unknown color: approx Islamic Green. HEX triplet: 0E, C5 and 02. RGB value is (14,197,2). Sum of RGB (Red+Green+Blue) = 14+197+2=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 197 (77.34% from 255 or 92.49% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC502 is #F13AFD. Grayscale: #787878. Windows color (decimal): -15809278 or 181518. OLE color: 181518.

HSL color Cylindrical-coordinate representation of color #0EC502: hue angle of 116.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EC502 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB141972-
CMYK0.9300.990.23
HSL116.31º97.99%39.02%-
HSV(B)116.31º98.98%77.25%-
XYZ20.1640.036.72-
YUV120.0561.3752.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 197 (77.34% from 255) = 92.49%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=6.57%
G=92.49%
B=0.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1419720.9300.990.23116.3197.9939.02
HexEC525D06317746227
Octal16305213501432716414247
Binary111011000101101011101011000111011111101001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,197,2); }

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

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

 a { background-color: rgb(14,197,2); }

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

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

 span { border-color: rgb(14,197,2); }

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