#5ADD8C

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

Shades of Emerald #5ADD8C

Tints of Emerald #5ADD8C

Color information

#5ADD8C (or 0x5ADD8C) is unknown color: approx Emerald. HEX triplet: 5A, DD and 8C. RGB value is (90,221,140). Sum of RGB (Red+Green+Blue) = 90+221+140=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADD8C is #A52273. Grayscale: #ACACAC. Windows color (decimal): -10822260 or 9231706. OLE color: 9231706.

HSL color Cylindrical-coordinate representation of color #5ADD8C: hue angle of 142.9º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADD8C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB90221140-
CMYK0.5900.370.13
HSL142.9º65.83%60.98%-
HSV(B)142.9º59.28%86.67%-
XYZ34.8155.7833.74-
YUV172.6109.669.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.96%
GREEN value IS 221 (86.72% from 255) = 49.00%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=19.96%
G=49.00%
B=31.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902211400.5900.370.13142.965.8360.98
Hex5ADD8C3B025D8f423d
Octal132335214730451521710275
Binary1011010110111011000110011101101001011101100011111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,221,140); }

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

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

 a { background-color: rgb(90,221,140); }

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

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

 span { border-color: rgb(90,221,140); }

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