Html Css Color HEX #5ADC70 Emerald

📋 copy color: '#5ADC70'

red 90 ◦ green 220 ◦ blue 112

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

Shades of Emerald #5ADC70

Tints of Emerald #5ADC70

RGB

 RED value IS 90 (35.55% from 255) = 21.33%

 GREEN value IS 220 (86.33% from 255) = 52.13%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 21.33%
G = 52.13%
B = 26.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#5ADC70 (or 0x5ADC70) is known color: Emerald. HEX triplet: 5A, DC and 70. RGB value is (90,220,112). Sum of RGB (Red+Green+Blue) = 90+220+112=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADC70 is #A5238F. Grayscale: #A9A9A9. Windows color (decimal): -10822544 or 7396442. OLE color: 7396442.

HSL color Cylindrical-coordinate representation of color #5ADC70: hue angle of 130.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADC70 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 220 112 -
CMYK 0.59 0 0.49 0.14
HSL 130.15º 0.65% 0.61% -
HSV(B) 130.15º 0.59% 0.86% -
XYZ 32.73 54.53 24.13 -
YUV 168.82 95.93 71.78 -
System Red Green Blue C M Y K H S L
Decimal 90 220 112 0.59 0 0.49 0.14 130.15 0.65 0.61
Hex 5A DC 70 3B 0 31 E 82 41 3D
Octal 132 334 160 73 0 61 16 202 101 75
Binary 1011010 11011100 1110000 111011 0 110001 1110 10000010 1000001 111101

Color Harmonies of #5ADC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADC70

Black with #5ADC70

Text Example


Text Example

White with #5ADC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ADC70; }

 p { color: rgb(90,220,112); }

 H1.HeaderClassName
 {
   color: #5ADC70;
 }
 .AnyTagClassName
 {
   color: #5ADC70;
 }
</style>

background-color css

<style>
 a { background-color: #5ADC70; }

 a { background-color: rgb(90,220,112); }

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

border-color css

<style>
 span { border-color: #5ADC70; }

 span { border-color: rgb(90,220,112); }

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