#5AD973

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

Shades of Emerald #5AD973

Tints of Emerald #5AD973

Color information

#5AD973 (or 0x5AD973) is unknown color: approx Emerald. HEX triplet: 5A, D9 and 73. RGB value is (90,217,115). Sum of RGB (Red+Green+Blue) = 90+217+115=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD973 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD973 is #A5268C. Grayscale: #A7A7A7. Windows color (decimal): -10823309 or 7592282. OLE color: 7592282.

HSL color Cylindrical-coordinate representation of color #5AD973: hue angle of 131.81º 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 #5AD973 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB90217115-
CMYK0.5900.470.15
HSL131.81º62.56%60.2%-
HSV(B)131.81º58.53%85.1%-
XYZ32.1253.0424.76-
YUV167.498.4272.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.33%
GREEN value IS 217 (85.16% from 255) = 51.42%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=21.33%
G=51.42%
B=27.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902171150.5900.470.15131.8162.5660.2
Hex5AD9733B02FF843f3c
Octal13233116373057172047774
Binary10110101101100111100111110110101111111110000100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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