Html Css Color HEX #0EC447 Dark Pastel Green

📋 copy color: '#0EC447'

red 14 ◦ green 196 ◦ blue 71

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

Shades of Dark Pastel Green #0EC447

Tints of Dark Pastel Green #0EC447

RGB

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

 GREEN value IS 196 (76.95% from 255) = 69.75%

 BLUE value IS 71 (28.13% from 255) = 25.27%

R = 4.98%
G = 69.75%
B = 25.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#0EC447 (or 0x0EC447) is known color: Dark Pastel Green. HEX triplet: 0E, C4 and 47. RGB value is (14,196,71). Sum of RGB (Red+Green+Blue) = 14+196+71=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 196 (76.95% from 255 or 69.75% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC447 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC447 is #F13BB8. Grayscale: #7F7F7F. Windows color (decimal): -15809465 or 4703246. OLE color: 4703246.

HSL color Cylindrical-coordinate representation of color #0EC447: hue angle of 138.79º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC447 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 14 196 71 -
CMYK 0.93 0 0.64 0.23
HSL 138.79º 0.87% 0.41% -
HSV(B) 138.79º 0.93% 0.77% -
XYZ 21.06 40.03 12.58 -
YUV 127.33 96.2 47.16 -
System Red Green Blue C M Y K H S L
Decimal 14 196 71 0.93 0 0.64 0.23 138.79 0.87 0.41
Hex E C4 47 5D 0 40 17 8B 57 29
Octal 16 304 107 135 0 100 27 213 127 51
Binary 1110 11000100 1000111 1011101 0 1000000 10111 10001011 1010111 101001

Color Harmonies of #0EC447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC447

Black with #0EC447

Text Example


Text Example

White with #0EC447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,196,71); }

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

background-color css

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

 a { background-color: rgb(14,196,71); }

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

border-color css

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

 span { border-color: rgb(14,196,71); }

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