Html Css Color HEX #0ED724 Dark Pastel Green

📋 copy color: '#0ED724'

red 14 ◦ green 215 ◦ blue 36

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

Shades of Dark Pastel Green #0ED724

Tints of Dark Pastel Green #0ED724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 5.28%
G = 81.13%
B = 13.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#0ED724 (or 0x0ED724) is known color: Dark Pastel Green. HEX triplet: 0E, D7 and 24. RGB value is (14,215,36). Sum of RGB (Red+Green+Blue) = 14+215+36=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 215 (84.38% from 255 or 81.13% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED724 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED724 is #F128DB. Grayscale: #878787. Windows color (decimal): -15804636 or 2414350. OLE color: 2414350.

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

Color convert

RGB 14 215 36 -
CMYK 0.93 0 0.83 0.16
HSL 126.57º 0.88% 0.45% -
HSV(B) 126.57º 0.93% 0.84% -
XYZ 24.8 48.82 9.79 -
YUV 134.5 72.41 42.05 -
System Red Green Blue C M Y K H S L
Decimal 14 215 36 0.93 0 0.83 0.16 126.57 0.88 0.45
Hex E D7 24 5D 0 53 10 7F 58 2D
Octal 16 327 44 135 0 123 20 177 130 55
Binary 1110 11010111 100100 1011101 0 1010011 10000 1111111 1011000 101101

Color Harmonies of #0ED724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED724

Black with #0ED724

Text Example


Text Example

White with #0ED724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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