Html Css Color HEX #0EC71E Dark Pastel Green

📋 copy color: '#0EC71E'

red 14 ◦ green 199 ◦ blue 30

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

Shades of Dark Pastel Green #0EC71E

Tints of Dark Pastel Green #0EC71E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 81.89%

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

R = 5.76%
G = 81.89%
B = 12.35%

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

#0EC71E (or 0x0EC71E) is known color: Dark Pastel Green. HEX triplet: 0E, C7 and 1E. RGB value is (14,199,30). Sum of RGB (Red+Green+Blue) = 14+199+30=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 199 (78.12% from 255 or 81.89% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC71E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC71E is #F138E1. Grayscale: #7C7C7C. Windows color (decimal): -15808738 or 2017038. OLE color: 2017038.

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

Color convert

RGB 14 199 30 -
CMYK 0.93 0 0.85 0.22
HSL 125.19º 0.87% 0.42% -
HSV(B) 125.19º 0.93% 0.78% -
XYZ 20.84 41.03 8.05 -
YUV 124.42 74.71 49.24 -
System Red Green Blue C M Y K H S L
Decimal 14 199 30 0.93 0 0.85 0.22 125.19 0.87 0.42
Hex E C7 1E 5D 0 55 16 7D 57 2A
Octal 16 307 36 135 0 125 26 175 127 52
Binary 1110 11000111 11110 1011101 0 1010101 10110 1111101 1010111 101010

Color Harmonies of #0EC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC71E

Black with #0EC71E

Text Example


Text Example

White with #0EC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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