#5ADC8C

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

Shades of Emerald #5ADC8C

Tints of Emerald #5ADC8C

Color information

#5ADC8C (or 0x5ADC8C) is unknown color: approx Emerald. HEX triplet: 5A, DC and 8C. RGB value is (90,220,140). Sum of RGB (Red+Green+Blue) = 90+220+140=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADC8C is #A52373. Grayscale: #ACACAC. Windows color (decimal): -10822516 or 9231450. OLE color: 9231450.

HSL color Cylindrical-coordinate representation of color #5ADC8C: hue angle of 143.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADC8C is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB90220140-
CMYK0.5900.360.14
HSL143.08º65%60.78%-
HSV(B)143.08º59.09%86.27%-
XYZ34.5455.2533.66-
YUV172.01109.9369.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20%
GREEN value IS 220 (86.33% from 255) = 48.89%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=20%
G=48.89%
B=31.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal902201400.5900.360.14143.086560.78
Hex5ADC8C3B024E8f413d
Octal132334214730441621710175
Binary1011010110111001000110011101101001001110100011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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