Html Css Color HEX #0EC04A Dark Pastel Green

📋 copy color: '#0EC04A'

red 14 ◦ green 192 ◦ blue 74

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

Shades of Dark Pastel Green #0EC04A

Tints of Dark Pastel Green #0EC04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 5%
G = 68.57%
B = 26.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#0EC04A (or 0x0EC04A) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 4A. RGB value is (14,192,74). Sum of RGB (Red+Green+Blue) = 14+192+74=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC04A is #F13FB5. Grayscale: #7D7D7D. Windows color (decimal): -15810486 or 4898830. OLE color: 4898830.

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

Color convert

RGB 14 192 74 -
CMYK 0.93 0 0.61 0.25
HSL 140.22º 0.86% 0.4% -
HSV(B) 140.22º 0.93% 0.75% -
XYZ 20.27 38.29 12.8 -
YUV 125.33 99.03 48.59 -
System Red Green Blue C M Y K H S L
Decimal 14 192 74 0.93 0 0.61 0.25 140.22 0.86 0.4
Hex E C0 4A 5D 0 3D 19 8C 56 28
Octal 16 300 112 135 0 75 31 214 126 50
Binary 1110 11000000 1001010 1011101 0 111101 11001 10001100 1010110 101000

Color Harmonies of #0EC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC04A

Black with #0EC04A

Text Example


Text Example

White with #0EC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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