Html Css Color HEX #0EC310 Islamic Green

📋 copy color: '#0EC310'

red 14 ◦ green 195 ◦ blue 16

#0EC310
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0EC310

Tints of Islamic Green #0EC310

RGB

 RED value IS 14 (5.86% from 255) = 6.22%

 GREEN value IS 195 (76.56% from 255) = 86.67%

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 6.22%
G = 86.67%
B = 7.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#0EC310 (or 0x0EC310) is known color: Islamic Green. HEX triplet: 0E, C3 and 10. RGB value is (14,195,16). Sum of RGB (Red+Green+Blue) = 14+195+16=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 195 (76.56% from 255 or 86.67% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC310 is #F13CEF. Grayscale: #797979. Windows color (decimal): -15809776 or 1098510. OLE color: 1098510.

HSL color Cylindrical-coordinate representation of color #0EC310: hue angle of 120.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 #0EC310 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 195 16 -
CMYK 0.93 0 0.92 0.24
HSL 120.66º 0.87% 0.41% -
HSV(B) 120.66º 0.93% 0.76% -
XYZ 19.79 39.16 7.01 -
YUV 120.48 69.03 52.05 -
System Red Green Blue C M Y K H S L
Decimal 14 195 16 0.93 0 0.92 0.24 120.66 0.87 0.41
Hex E C3 10 5D 0 5C 18 79 57 29
Octal 16 303 20 135 0 134 30 171 127 51
Binary 1110 11000011 10000 1011101 0 1011100 11000 1111001 1010111 101001

Color Harmonies of #0EC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC310

Black with #0EC310

Text Example


Text Example

White with #0EC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC310;
 }
 .AnyTagClassName
 {
   color: #0EC310;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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