Html Css Color HEX #0ED729 Dark Pastel Green

📋 copy color: '#0ED729'

red 14 ◦ green 215 ◦ blue 41

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

Shades of Dark Pastel Green #0ED729

Tints of Dark Pastel Green #0ED729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 79.63%

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

R = 5.19%
G = 79.63%
B = 15.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#0ED729 (or 0x0ED729) is known color: Dark Pastel Green. HEX triplet: 0E, D7 and 29. RGB value is (14,215,41). Sum of RGB (Red+Green+Blue) = 14+215+41=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 215 (84.38% from 255 or 79.63% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED729 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED729 is #F128D6. Grayscale: #878787. Windows color (decimal): -15804631 or 2742030. OLE color: 2742030.

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

Color convert

RGB 14 215 41 -
CMYK 0.93 0 0.81 0.16
HSL 128.06º 0.88% 0.45% -
HSV(B) 128.06º 0.93% 0.84% -
XYZ 24.88 48.85 10.22 -
YUV 135.07 74.91 41.65 -
System Red Green Blue C M Y K H S L
Decimal 14 215 41 0.93 0 0.81 0.16 128.06 0.88 0.45
Hex E D7 29 5D 0 51 10 80 58 2D
Octal 16 327 51 135 0 121 20 200 130 55
Binary 1110 11010111 101001 1011101 0 1010001 10000 10000000 1011000 101101

Color Harmonies of #0ED729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED729

Black with #0ED729

Text Example


Text Example

White with #0ED729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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