Html Css Color HEX #0EC23E Dark Pastel Green

📋 copy color: '#0EC23E'

red 14 ◦ green 194 ◦ blue 62

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

Shades of Dark Pastel Green #0EC23E

Tints of Dark Pastel Green #0EC23E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.85%

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 5.19%
G = 71.85%
B = 22.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#0EC23E (or 0x0EC23E) is known color: Dark Pastel Green. HEX triplet: 0E, C2 and 3E. RGB value is (14,194,62). Sum of RGB (Red+Green+Blue) = 14+194+62=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC23E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC23E is #F13DC1. Grayscale: #7D7D7D. Windows color (decimal): -15809986 or 4112910. OLE color: 4112910.

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

Color convert

RGB 14 194 62 -
CMYK 0.93 0 0.68 0.24
HSL 136º 0.87% 0.41% -
HSV(B) 136º 0.93% 0.76% -
XYZ 20.34 39.02 11.02 -
YUV 125.13 92.37 48.73 -
System Red Green Blue C M Y K H S L
Decimal 14 194 62 0.93 0 0.68 0.24 136 0.87 0.41
Hex E C2 3E 5D 0 44 18 88 57 29
Octal 16 302 76 135 0 104 30 210 127 51
Binary 1110 11000010 111110 1011101 0 1000100 11000 10001000 1010111 101001

Color Harmonies of #0EC23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC23E

Black with #0EC23E

Text Example


Text Example

White with #0EC23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,194,62); }

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

background-color css

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

 a { background-color: rgb(14,194,62); }

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

border-color css

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

 span { border-color: rgb(14,194,62); }

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