#5AD986

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

Shades of Emerald #5AD986

Tints of Emerald #5AD986

Color information

#5AD986 (or 0x5AD986) is unknown color: approx Emerald. HEX triplet: 5A, D9 and 86. RGB value is (90,217,134). Sum of RGB (Red+Green+Blue) = 90+217+134=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD986 is #A52679. Grayscale: #A9A9A9. Windows color (decimal): -10823290 or 8837466. OLE color: 8837466.

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

Color convert

RGB90217134-
CMYK0.5900.380.15
HSL140.79º62.56%60.2%-
HSV(B)140.79º58.53%85.1%-
XYZ33.3353.5231.13-
YUV169.56107.9271.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.41%
GREEN value IS 217 (85.16% from 255) = 49.21%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=20.41%
G=49.21%
B=30.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902171340.5900.380.15140.7962.5660.2
Hex5AD9863B026F8d3f3c
Octal13233120673046172157774
Binary101101011011001100001101110110100110111110001101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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