Html Css Color HEX #0EC11A Dark Pastel Green

📋 copy color: '#0EC11A'

red 14 ◦ green 193 ◦ blue 26

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

Shades of Dark Pastel Green #0EC11A

Tints of Dark Pastel Green #0EC11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 6.01%
G = 82.83%
B = 11.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#0EC11A (or 0x0EC11A) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 1A. RGB value is (14,193,26). Sum of RGB (Red+Green+Blue) = 14+193+26=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 193 (75.78% from 255 or 82.83% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC11A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC11A is #F13EE5. Grayscale: #787878. Windows color (decimal): -15810278 or 1753358. OLE color: 1753358.

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

Color convert

RGB 14 193 26 -
CMYK 0.93 0 0.87 0.24
HSL 124.02º 0.86% 0.41% -
HSV(B) 124.02º 0.93% 0.76% -
XYZ 19.44 38.31 7.35 -
YUV 120.44 74.7 52.08 -
System Red Green Blue C M Y K H S L
Decimal 14 193 26 0.93 0 0.87 0.24 124.02 0.86 0.41
Hex E C1 1A 5D 0 57 18 7C 56 29
Octal 16 301 32 135 0 127 30 174 126 51
Binary 1110 11000001 11010 1011101 0 1010111 11000 1111100 1010110 101001

Color Harmonies of #0EC11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC11A

Black with #0EC11A

Text Example


Text Example

White with #0EC11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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