Shades of Atlantis #A1C551
Tints of Atlantis #A1C551
RGB
CMYK
RGB Variations
Color information
#A1C551 (or 0xA1C551) is known color: Atlantis. HEX triplet: A1, C5 and 51. RGB value is (161,197,81). Sum of RGB (Red+Green+Blue) = 161+197+81=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C551 is #5E3AAE. Grayscale: #ADADAD. Windows color (decimal): -6175407 or 5359009. OLE color: 5359009.
HSL color Cylindrical-coordinate representation of color #A1C551: hue angle of 78.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1C551 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 81 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.23 |
| HSL | 78.62º | 0.5% | 0.55% | - |
| HSV(B) | 78.62º | 0.59% | 0.77% | - |
| XYZ | 36.15 | 48.1 | 15.16 | - |
| YUV | 173.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 81 | 0.18 | 0 | 0.59 | 0.23 | 78.62 | 0.5 | 0.55 |
| Hex | A1 | C5 | 51 | 12 | 0 | 3B | 17 | 4F | 32 | 37 |
| Octal | 241 | 305 | 121 | 22 | 0 | 73 | 27 | 117 | 62 | 67 |
| Binary | 10100001 | 11000101 | 1010001 | 10010 | 0 | 111011 | 10111 | 1001111 | 110010 | 110111 |
Color Harmonies of #A1C551
Complementary color
Monochromatic Colors of #A1C551
Black with #A1C551
Text Example
Text Example
White with #A1C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C551; }
p { color: rgb(161,197,81); }
H1.HeaderClassName
{
color: #A1C551;
}
.AnyTagClassName
{
color: #A1C551;
}
</style>
background-color css
<style>
a { background-color: #A1C551; }
a { background-color: rgb(161,197,81); }
div.DivClassName
{
background-color: #A1C551;
}
.BgClassName
{
background-color: #A1C551;
}
</style>
border-color css
<style>
span { border-color: #A1C551; }
span { border-color: rgb(161,197,81); }
td.TdClassName
{
border-color: #A1C551;
}
.TagClassName
{
border-color: #A1C551;
}
</style>