Html Css Color HEX #0EC018 Dark Pastel Green

📋 copy color: '#0EC018'

red 14 ◦ green 192 ◦ blue 24

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

Shades of Dark Pastel Green #0EC018

Tints of Dark Pastel Green #0EC018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 6.09%
G = 83.48%
B = 10.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#0EC018 (or 0x0EC018) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 18. RGB value is (14,192,24). Sum of RGB (Red+Green+Blue) = 14+192+24=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 192 (75.39% from 255 or 83.48% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC018 is #F13FE7. Grayscale: #787878. Windows color (decimal): -15810536 or 1622030. OLE color: 1622030.

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

Color convert

RGB 14 192 24 -
CMYK 0.93 0 0.88 0.25
HSL 123.37º 0.86% 0.4% -
HSV(B) 123.37º 0.93% 0.75% -
XYZ 19.2 37.86 7.16 -
YUV 119.63 74.03 52.66 -
System Red Green Blue C M Y K H S L
Decimal 14 192 24 0.93 0 0.88 0.25 123.37 0.86 0.4
Hex E C0 18 5D 0 58 19 7B 56 28
Octal 16 300 30 135 0 130 31 173 126 50
Binary 1110 11000000 11000 1011101 0 1011000 11001 1111011 1010110 101000

Color Harmonies of #0EC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC018

Black with #0EC018

Text Example


Text Example

White with #0EC018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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