Shades of Atlantis #A1C852
Tints of Atlantis #A1C852
RGB
CMYK
RGB Variations
Color information
#A1C852 (or 0xA1C852) is known color: Atlantis. HEX triplet: A1, C8 and 52. RGB value is (161,200,82). Sum of RGB (Red+Green+Blue) = 161+200+82=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C852 is #5E37AD. Grayscale: #AFAFAF. Windows color (decimal): -6174638 or 5425313. OLE color: 5425313.
HSL color Cylindrical-coordinate representation of color #A1C852: hue angle of 79.83º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1C852 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 82 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.22 |
| HSL | 79.83º | 0.52% | 0.55% | - |
| HSV(B) | 79.83º | 0.59% | 0.78% | - |
| XYZ | 36.88 | 49.49 | 15.59 | - |
| YUV | 174.89 | 75.58 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 82 | 0.19 | 0 | 0.59 | 0.22 | 79.83 | 0.52 | 0.55 |
| Hex | A1 | C8 | 52 | 13 | 0 | 3B | 16 | 50 | 34 | 37 |
| Octal | 241 | 310 | 122 | 23 | 0 | 73 | 26 | 120 | 64 | 67 |
| Binary | 10100001 | 11001000 | 1010010 | 10011 | 0 | 111011 | 10110 | 1010000 | 110100 | 110111 |
Color Harmonies of #A1C852
Complementary color
Monochromatic Colors of #A1C852
Black with #A1C852
Text Example
Text Example
White with #A1C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C852; }
p { color: rgb(161,200,82); }
H1.HeaderClassName
{
color: #A1C852;
}
.AnyTagClassName
{
color: #A1C852;
}
</style>
background-color css
<style>
a { background-color: #A1C852; }
a { background-color: rgb(161,200,82); }
div.DivClassName
{
background-color: #A1C852;
}
.BgClassName
{
background-color: #A1C852;
}
</style>
border-color css
<style>
span { border-color: #A1C852; }
span { border-color: rgb(161,200,82); }
td.TdClassName
{
border-color: #A1C852;
}
.TagClassName
{
border-color: #A1C852;
}
</style>