Html Css Color HEX #0EC848 Dark Pastel Green

📋 copy color: '#0EC848'

red 14 ◦ green 200 ◦ blue 72

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

Shades of Dark Pastel Green #0EC848

Tints of Dark Pastel Green #0EC848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 4.9%
G = 69.93%
B = 25.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#0EC848 (or 0x0EC848) is known color: Dark Pastel Green. HEX triplet: 0E, C8 and 48. RGB value is (14,200,72). Sum of RGB (Red+Green+Blue) = 14+200+72=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 200 (78.52% from 255 or 69.93% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC848 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC848 is #F137B7. Grayscale: #828282. Windows color (decimal): -15808440 or 4769806. OLE color: 4769806.

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

Color convert

RGB 14 200 72 -
CMYK 0.93 0 0.64 0.22
HSL 138.71º 0.87% 0.42% -
HSV(B) 138.71º 0.93% 0.78% -
XYZ 22.01 41.87 13.05 -
YUV 129.79 95.38 45.41 -
System Red Green Blue C M Y K H S L
Decimal 14 200 72 0.93 0 0.64 0.22 138.71 0.87 0.42
Hex E C8 48 5D 0 40 16 8B 57 2A
Octal 16 310 110 135 0 100 26 213 127 52
Binary 1110 11001000 1001000 1011101 0 1000000 10110 10001011 1010111 101010

Color Harmonies of #0EC848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC848

Black with #0EC848

Text Example


Text Example

White with #0EC848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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