Html Css Color HEX #0EC01D Dark Pastel Green

📋 copy color: '#0EC01D'

red 14 ◦ green 192 ◦ blue 29

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

Shades of Dark Pastel Green #0EC01D

Tints of Dark Pastel Green #0EC01D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 81.7%

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 5.96%
G = 81.7%
B = 12.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#0EC01D (or 0x0EC01D) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 1D. RGB value is (14,192,29). Sum of RGB (Red+Green+Blue) = 14+192+29=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC01D is #F13FE2. Grayscale: #787878. Windows color (decimal): -15810531 or 1949710. OLE color: 1949710.

HSL color Cylindrical-coordinate representation of color #0EC01D: hue angle of 125.06º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC01D is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 192 29 -
CMYK 0.93 0 0.85 0.25
HSL 125.06º 0.86% 0.4% -
HSV(B) 125.06º 0.93% 0.75% -
XYZ 19.25 37.88 7.46 -
YUV 120.2 76.53 52.25 -
System Red Green Blue C M Y K H S L
Decimal 14 192 29 0.93 0 0.85 0.25 125.06 0.86 0.4
Hex E C0 1D 5D 0 55 19 7D 56 28
Octal 16 300 35 135 0 125 31 175 126 50
Binary 1110 11000000 11101 1011101 0 1010101 11001 1111101 1010110 101000

Color Harmonies of #0EC01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC01D

Black with #0EC01D

Text Example


Text Example

White with #0EC01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,192,29); }

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

background-color css

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

 a { background-color: rgb(14,192,29); }

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

border-color css

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

 span { border-color: rgb(14,192,29); }

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