#5AD980

Color #5AD980 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5AD980

Tints of Emerald #5AD980

Color information

#5AD980 (or 0x5AD980) is unknown color: approx Emerald. HEX triplet: 5A, D9 and 80. RGB value is (90,217,128). Sum of RGB (Red+Green+Blue) = 90+217+128=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD980 is #A5267F. Grayscale: #A9A9A9. Windows color (decimal): -10823296 or 8444250. OLE color: 8444250.

HSL color Cylindrical-coordinate representation of color #5AD980: hue angle of 137.95º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD980 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB90217128-
CMYK0.5900.410.15
HSL137.95º62.56%60.2%-
HSV(B)137.95º58.53%85.1%-
XYZ32.9353.3628.99-
YUV168.88104.9271.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.69%
GREEN value IS 217 (85.16% from 255) = 49.89%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=20.69%
G=49.89%
B=29.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902171280.5900.410.15137.9562.5660.2
Hex5AD9803B029F8a3f3c
Octal13233120073051172127774
Binary101101011011001100000001110110101001111110001010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,217,128); }

 H1.HeaderClassName
 {
   color: #5AD980;
 }
 .AnyTagClassName
 {
   color: #5AD980;
 }
</style>
background-color css

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

 a { background-color: rgb(90,217,128); }

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

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

 span { border-color: rgb(90,217,128); }

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