#0EC313

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

Shades of Islamic Green #0EC313

Tints of Islamic Green #0EC313

Color information

#0EC313 (or 0x0EC313) is unknown color: approx Islamic Green. HEX triplet: 0E, C3 and 13. RGB value is (14,195,19). Sum of RGB (Red+Green+Blue) = 14+195+19=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 195 (76.56% from 255 or 85.53% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC313 is #F13CEC. Grayscale: #797979. Windows color (decimal): -15809773 or 1295118. OLE color: 1295118.

HSL color Cylindrical-coordinate representation of color #0EC313: hue angle of 121.66º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC313 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1419519-
CMYK0.9300.900.24
HSL121.66º86.6%40.98%-
HSV(B)121.66º92.82%76.47%-
XYZ19.8139.177.13-
YUV120.8270.5351.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.14%
GREEN value IS 195 (76.56% from 255) = 85.53%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=6.14%
G=85.53%
B=8.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14195190.9300.900.24121.6686.640.98
HexEC3135D05A187a5729
Octal163032313501323017212751
Binary111011000011100111011101010110101100011110101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,195,19); }

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

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

 a { background-color: rgb(14,195,19); }

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

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

 span { border-color: rgb(14,195,19); }

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