Html Css Color HEX #0EC81E Dark Pastel Green

📋 copy color: '#0EC81E'

red 14 ◦ green 200 ◦ blue 30

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

Shades of Dark Pastel Green #0EC81E

Tints of Dark Pastel Green #0EC81E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 81.97%

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 5.74%
G = 81.97%
B = 12.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#0EC81E (or 0x0EC81E) is known color: Dark Pastel Green. HEX triplet: 0E, C8 and 1E. RGB value is (14,200,30). Sum of RGB (Red+Green+Blue) = 14+200+30=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 200 (78.52% from 255 or 81.97% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC81E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC81E is #F137E1. Grayscale: #7D7D7D. Windows color (decimal): -15808482 or 2017294. OLE color: 2017294.

HSL color Cylindrical-coordinate representation of color #0EC81E: hue angle of 125.16º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC81E is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 200 30 -
CMYK 0.93 0 0.85 0.22
HSL 125.16º 0.87% 0.42% -
HSV(B) 125.16º 0.93% 0.78% -
XYZ 21.07 41.5 8.13 -
YUV 125.01 74.38 48.82 -
System Red Green Blue C M Y K H S L
Decimal 14 200 30 0.93 0 0.85 0.22 125.16 0.87 0.42
Hex E C8 1E 5D 0 55 16 7D 57 2A
Octal 16 310 36 135 0 125 26 175 127 52
Binary 1110 11001000 11110 1011101 0 1010101 10110 1111101 1010111 101010

Color Harmonies of #0EC81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC81E

Black with #0EC81E

Text Example


Text Example

White with #0EC81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,200,30); }

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

background-color css

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

 a { background-color: rgb(14,200,30); }

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

border-color css

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

 span { border-color: rgb(14,200,30); }

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