#5AD070

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

Shades of Emerald #5AD070

Tints of Emerald #5AD070

Color information

#5AD070 (or 0x5AD070) is unknown color: approx Emerald. HEX triplet: 5A, D0 and 70. RGB value is (90,208,112). Sum of RGB (Red+Green+Blue) = 90+208+112=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD070 is #A52F8F. Grayscale: #A2A2A2. Windows color (decimal): -10825616 or 7393370. OLE color: 7393370.

HSL color Cylindrical-coordinate representation of color #5AD070: hue angle of 131.19º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD070 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB90208112-
CMYK0.5700.460.18
HSL131.19º55.66%58.43%-
HSV(B)131.19º56.73%81.57%-
XYZ29.748.4623.12-
YUV161.7799.9176.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.95%
GREEN value IS 208 (81.64% from 255) = 50.73%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=21.95%
G=50.73%
B=27.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902081120.5700.460.18131.1955.6658.43
Hex5AD0703902E1283383a
Octal13232016071056222037072
Binary101101011010000111000011100101011101001010000011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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