Html Css Color HEX #0EC510 Islamic Green

📋 copy color: '#0EC510'

red 14 ◦ green 197 ◦ blue 16

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

Shades of Islamic Green #0EC510

Tints of Islamic Green #0EC510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 86.78%

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

R = 6.17%
G = 86.78%
B = 7.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#0EC510 (or 0x0EC510) is known color: Islamic Green. HEX triplet: 0E, C5 and 10. RGB value is (14,197,16). Sum of RGB (Red+Green+Blue) = 14+197+16=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 197 (77.34% from 255 or 86.78% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC510 is #F13AEF. Grayscale: #7A7A7A. Windows color (decimal): -15809264 or 1099022. OLE color: 1099022.

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

Color convert

RGB 14 197 16 -
CMYK 0.93 0 0.92 0.23
HSL 120.66º 0.87% 0.41% -
HSV(B) 120.66º 0.93% 0.77% -
XYZ 20.24 40.06 7.16 -
YUV 121.65 68.37 51.22 -
System Red Green Blue C M Y K H S L
Decimal 14 197 16 0.93 0 0.92 0.23 120.66 0.87 0.41
Hex E C5 10 5D 0 5C 17 79 57 29
Octal 16 305 20 135 0 134 27 171 127 51
Binary 1110 11000101 10000 1011101 0 1011100 10111 1111001 1010111 101001

Color Harmonies of #0EC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC510

Black with #0EC510

Text Example


Text Example

White with #0EC510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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