Html Css Color HEX #0EC116 Dark Pastel Green

📋 copy color: '#0EC116'

red 14 ◦ green 193 ◦ blue 22

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

Shades of Dark Pastel Green #0EC116

Tints of Dark Pastel Green #0EC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 84.28%

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 6.11%
G = 84.28%
B = 9.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#0EC116 (or 0x0EC116) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 16. RGB value is (14,193,22). Sum of RGB (Red+Green+Blue) = 14+193+22=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 193 (75.78% from 255 or 84.28% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC116 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC116 is #F13EE9. Grayscale: #787878. Windows color (decimal): -15810282 or 1491214. OLE color: 1491214.

HSL color Cylindrical-coordinate representation of color #0EC116: hue angle of 122.68º degrees, saturation: 0.86, 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 #0EC116 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 22 -
CMYK 0.93 0 0.89 0.24
HSL 122.68º 0.86% 0.41% -
HSV(B) 122.68º 0.93% 0.76% -
XYZ 19.4 38.29 7.13 -
YUV 119.99 72.7 52.4 -
System Red Green Blue C M Y K H S L
Decimal 14 193 22 0.93 0 0.89 0.24 122.68 0.86 0.41
Hex E C1 16 5D 0 59 18 7B 56 29
Octal 16 301 26 135 0 131 30 173 126 51
Binary 1110 11000001 10110 1011101 0 1011001 11000 1111011 1010110 101001

Color Harmonies of #0EC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC116

Black with #0EC116

Text Example


Text Example

White with #0EC116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,193,22); }

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

background-color css

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

 a { background-color: rgb(14,193,22); }

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

border-color css

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

 span { border-color: rgb(14,193,22); }

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