Shades of Atlantis #A1C550
Tints of Atlantis #A1C550
RGB
CMYK
RGB Variations
Color information
#A1C550 (or 0xA1C550) is known color: Atlantis. HEX triplet: A1, C5 and 50. RGB value is (161,197,80). Sum of RGB (Red+Green+Blue) = 161+197+80=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C550 is #5E3AAF. Grayscale: #ADADAD. Windows color (decimal): -6175408 or 5293473. OLE color: 5293473.
HSL color Cylindrical-coordinate representation of color #A1C550: hue angle of 78.46º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1C550 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 80 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.23 |
| HSL | 78.46º | 0.5% | 0.54% | - |
| HSV(B) | 78.46º | 0.59% | 0.77% | - |
| XYZ | 36.11 | 48.09 | 14.97 | - |
| YUV | 172.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 80 | 0.18 | 0 | 0.59 | 0.23 | 78.46 | 0.5 | 0.54 |
| Hex | A1 | C5 | 50 | 12 | 0 | 3B | 17 | 4E | 32 | 36 |
| Octal | 241 | 305 | 120 | 22 | 0 | 73 | 27 | 116 | 62 | 66 |
| Binary | 10100001 | 11000101 | 1010000 | 10010 | 0 | 111011 | 10111 | 1001110 | 110010 | 110110 |
Color Harmonies of #A1C550
Complementary color
Monochromatic Colors of #A1C550
Black with #A1C550
Text Example
Text Example
White with #A1C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C550; }
p { color: rgb(161,197,80); }
H1.HeaderClassName
{
color: #A1C550;
}
.AnyTagClassName
{
color: #A1C550;
}
</style>
background-color css
<style>
a { background-color: #A1C550; }
a { background-color: rgb(161,197,80); }
div.DivClassName
{
background-color: #A1C550;
}
.BgClassName
{
background-color: #A1C550;
}
</style>
border-color css
<style>
span { border-color: #A1C550; }
span { border-color: rgb(161,197,80); }
td.TdClassName
{
border-color: #A1C550;
}
.TagClassName
{
border-color: #A1C550;
}
</style>