Shades of Atlantis #A1C553
Tints of Atlantis #A1C553
RGB
CMYK
RGB Variations
Color information
#A1C553 (or 0xA1C553) is known color: Atlantis. HEX triplet: A1, C5 and 53. RGB value is (161,197,83). Sum of RGB (Red+Green+Blue) = 161+197+83=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C553 is #5E3AAC. Grayscale: #ADADAD. Windows color (decimal): -6175405 or 5490081. OLE color: 5490081.
HSL color Cylindrical-coordinate representation of color #A1C553: hue angle of 78.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1C553 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 83 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.23 |
| HSL | 78.95º | 0.5% | 0.55% | - |
| HSV(B) | 78.95º | 0.58% | 0.77% | - |
| XYZ | 36.23 | 48.13 | 15.57 | - |
| YUV | 173.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 83 | 0.18 | 0 | 0.58 | 0.23 | 78.95 | 0.5 | 0.55 |
| Hex | A1 | C5 | 53 | 12 | 0 | 3A | 17 | 4F | 32 | 37 |
| Octal | 241 | 305 | 123 | 22 | 0 | 72 | 27 | 117 | 62 | 67 |
| Binary | 10100001 | 11000101 | 1010011 | 10010 | 0 | 111010 | 10111 | 1001111 | 110010 | 110111 |
Color Harmonies of #A1C553
Complementary color
Monochromatic Colors of #A1C553
Black with #A1C553
Text Example
Text Example
White with #A1C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C553; }
p { color: rgb(161,197,83); }
H1.HeaderClassName
{
color: #A1C553;
}
.AnyTagClassName
{
color: #A1C553;
}
</style>
background-color css
<style>
a { background-color: #A1C553; }
a { background-color: rgb(161,197,83); }
div.DivClassName
{
background-color: #A1C553;
}
.BgClassName
{
background-color: #A1C553;
}
</style>
border-color css
<style>
span { border-color: #A1C553; }
span { border-color: rgb(161,197,83); }
td.TdClassName
{
border-color: #A1C553;
}
.TagClassName
{
border-color: #A1C553;
}
</style>