Html Css Color HEX #0EC027 Dark Pastel Green

📋 copy color: '#0EC027'

red 14 ◦ green 192 ◦ blue 39

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

Shades of Dark Pastel Green #0EC027

Tints of Dark Pastel Green #0EC027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 5.71%
G = 78.37%
B = 15.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#0EC027 (or 0x0EC027) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 27. RGB value is (14,192,39). Sum of RGB (Red+Green+Blue) = 14+192+39=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC027 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC027 is #F13FD8. Grayscale: #797979. Windows color (decimal): -15810521 or 2605070. OLE color: 2605070.

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

Color convert

RGB 14 192 39 -
CMYK 0.93 0 0.80 0.25
HSL 128.43º 0.86% 0.4% -
HSV(B) 128.43º 0.93% 0.75% -
XYZ 19.4 37.94 8.22 -
YUV 121.34 81.53 51.44 -
System Red Green Blue C M Y K H S L
Decimal 14 192 39 0.93 0 0.80 0.25 128.43 0.86 0.4
Hex E C0 27 5D 0 50 19 80 56 28
Octal 16 300 47 135 0 120 31 200 126 50
Binary 1110 11000000 100111 1011101 0 1010000 11001 10000000 1010110 101000

Color Harmonies of #0EC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC027

Black with #0EC027

Text Example


Text Example

White with #0EC027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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