Html Css Color HEX #0ED829 Dark Pastel Green

📋 copy color: '#0ED829'

red 14 ◦ green 216 ◦ blue 41

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

Shades of Dark Pastel Green #0ED829

Tints of Dark Pastel Green #0ED829

RGB

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

 GREEN value IS 216 (84.77% from 255) = 79.7%

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 5.17%
G = 79.7%
B = 15.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#0ED829 (or 0x0ED829) is known color: Dark Pastel Green. HEX triplet: 0E, D8 and 29. RGB value is (14,216,41). Sum of RGB (Red+Green+Blue) = 14+216+41=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 216 (84.77% from 255 or 79.70% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED829 is #F127D6. Grayscale: #888888. Windows color (decimal): -15804375 or 2742286. OLE color: 2742286.

HSL color Cylindrical-coordinate representation of color #0ED829: hue angle of 128.02º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED829 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 216 41 -
CMYK 0.94 0 0.81 0.15
HSL 128.02º 0.88% 0.45% -
HSV(B) 128.02º 0.94% 0.85% -
XYZ 25.14 49.37 10.3 -
YUV 135.65 74.58 41.23 -
System Red Green Blue C M Y K H S L
Decimal 14 216 41 0.94 0 0.81 0.15 128.02 0.88 0.45
Hex E D8 29 5E 0 51 F 80 58 2D
Octal 16 330 51 136 0 121 17 200 130 55
Binary 1110 11011000 101001 1011110 0 1010001 1111 10000000 1011000 101101

Color Harmonies of #0ED829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED829

Black with #0ED829

Text Example


Text Example

White with #0ED829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,216,41); }

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

background-color css

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

 a { background-color: rgb(14,216,41); }

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

border-color css

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

 span { border-color: rgb(14,216,41); }

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