Html Css Color HEX #0ED522 Dark Pastel Green

📋 copy color: '#0ED522'

red 14 ◦ green 213 ◦ blue 34

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

Shades of Dark Pastel Green #0ED522

Tints of Dark Pastel Green #0ED522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 5.36%
G = 81.61%
B = 13.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#0ED522 (or 0x0ED522) is known color: Dark Pastel Green. HEX triplet: 0E, D5 and 22. RGB value is (14,213,34). Sum of RGB (Red+Green+Blue) = 14+213+34=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 213 (83.59% from 255 or 81.61% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED522 is #F12ADD. Grayscale: #858585. Windows color (decimal): -15805150 or 2282766. OLE color: 2282766.

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

Color convert

RGB 14 213 34 -
CMYK 0.93 0 0.84 0.16
HSL 126.03º 0.88% 0.45% -
HSV(B) 126.03º 0.93% 0.84% -
XYZ 24.26 47.8 9.46 -
YUV 133.09 72.07 43.05 -
System Red Green Blue C M Y K H S L
Decimal 14 213 34 0.93 0 0.84 0.16 126.03 0.88 0.45
Hex E D5 22 5D 0 54 10 7E 58 2D
Octal 16 325 42 135 0 124 20 176 130 55
Binary 1110 11010101 100010 1011101 0 1010100 10000 1111110 1011000 101101

Color Harmonies of #0ED522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED522

Black with #0ED522

Text Example


Text Example

White with #0ED522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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