Html Css Color HEX #0ED524 Dark Pastel Green

📋 copy color: '#0ED524'

red 14 ◦ green 213 ◦ blue 36

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

Shades of Dark Pastel Green #0ED524

Tints of Dark Pastel Green #0ED524

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.99%

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

R = 5.32%
G = 80.99%
B = 13.69%

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

#0ED524 (or 0x0ED524) is known color: Dark Pastel Green. HEX triplet: 0E, D5 and 24. RGB value is (14,213,36). Sum of RGB (Red+Green+Blue) = 14+213+36=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 213 (83.59% from 255 or 80.99% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED524 is #F12ADB. Grayscale: #858585. Windows color (decimal): -15805148 or 2413838. OLE color: 2413838.

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

Color convert

RGB 14 213 36 -
CMYK 0.93 0 0.83 0.16
HSL 126.63º 0.88% 0.45% -
HSV(B) 126.63º 0.93% 0.84% -
XYZ 24.29 47.81 9.62 -
YUV 133.32 73.07 42.89 -
System Red Green Blue C M Y K H S L
Decimal 14 213 36 0.93 0 0.83 0.16 126.63 0.88 0.45
Hex E D5 24 5D 0 53 10 7F 58 2D
Octal 16 325 44 135 0 123 20 177 130 55
Binary 1110 11010101 100100 1011101 0 1010011 10000 1111111 1011000 101101

Color Harmonies of #0ED524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED524

Black with #0ED524

Text Example


Text Example

White with #0ED524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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