Html Css Color HEX #0EC127 Dark Pastel Green

📋 copy color: '#0EC127'

red 14 ◦ green 193 ◦ blue 39

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

Shades of Dark Pastel Green #0EC127

Tints of Dark Pastel Green #0EC127

RGB

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

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

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

R = 5.69%
G = 78.46%
B = 15.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#0EC127 (or 0x0EC127) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 27. RGB value is (14,193,39). Sum of RGB (Red+Green+Blue) = 14+193+39=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 193 (75.78% from 255 or 78.46% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC127 is #F13ED8. Grayscale: #7A7A7A. Windows color (decimal): -15810265 or 2605326. OLE color: 2605326.

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

Color convert

RGB 14 193 39 -
CMYK 0.93 0 0.80 0.24
HSL 128.38º 0.86% 0.41% -
HSV(B) 128.38º 0.93% 0.76% -
XYZ 19.62 38.38 8.29 -
YUV 121.92 81.2 51.02 -
System Red Green Blue C M Y K H S L
Decimal 14 193 39 0.93 0 0.80 0.24 128.38 0.86 0.41
Hex E C1 27 5D 0 50 18 80 56 29
Octal 16 301 47 135 0 120 30 200 126 51
Binary 1110 11000001 100111 1011101 0 1010000 11000 10000000 1010110 101001

Color Harmonies of #0EC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC127

Black with #0EC127

Text Example


Text Example

White with #0EC127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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