#5AD884

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

Shades of Emerald #5AD884

Tints of Emerald #5AD884

Color information

#5AD884 (or 0x5AD884) is unknown color: approx Emerald. HEX triplet: 5A, D8 and 84. RGB value is (90,216,132). Sum of RGB (Red+Green+Blue) = 90+216+132=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD884 is #A5277B. Grayscale: #A8A8A8. Windows color (decimal): -10823548 or 8706138. OLE color: 8706138.

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

Color convert

RGB90216132-
CMYK0.5800.390.15
HSL140º61.76%60%-
HSV(B)140º58.33%84.71%-
XYZ32.9452.9530.31-
YUV168.75107.2671.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.55%
GREEN value IS 216 (84.77% from 255) = 49.32%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=20.55%
G=49.32%
B=30.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902161320.5800.390.1514061.7660
Hex5AD8843A027F8c3e3c
Octal13233020472047172147674
Binary101101011011000100001001110100100111111110001100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,216,132); }

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

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

 a { background-color: rgb(90,216,132); }

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

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

 span { border-color: rgb(90,216,132); }

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