Shades of Atlantis #A1C952
Tints of Atlantis #A1C952
RGB
CMYK
RGB Variations
Color information
#A1C952 (or 0xA1C952) is known color: Atlantis. HEX triplet: A1, C9 and 52. RGB value is (161,201,82). Sum of RGB (Red+Green+Blue) = 161+201+82=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C952 is #5E36AD. Grayscale: #AFAFAF. Windows color (decimal): -6174382 or 5425569. OLE color: 5425569.
HSL color Cylindrical-coordinate representation of color #A1C952: hue angle of 80.17º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1C952 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 82 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.21 |
| HSL | 80.17º | 0.52% | 0.55% | - |
| HSV(B) | 80.17º | 0.59% | 0.79% | - |
| XYZ | 37.11 | 49.96 | 15.67 | - |
| YUV | 175.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 82 | 0.20 | 0 | 0.59 | 0.21 | 80.17 | 0.52 | 0.55 |
| Hex | A1 | C9 | 52 | 14 | 0 | 3B | 15 | 50 | 34 | 37 |
| Octal | 241 | 311 | 122 | 24 | 0 | 73 | 25 | 120 | 64 | 67 |
| Binary | 10100001 | 11001001 | 1010010 | 10100 | 0 | 111011 | 10101 | 1010000 | 110100 | 110111 |
Color Harmonies of #A1C952
Complementary color
Monochromatic Colors of #A1C952
Black with #A1C952
Text Example
Text Example
White with #A1C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C952; }
p { color: rgb(161,201,82); }
H1.HeaderClassName
{
color: #A1C952;
}
.AnyTagClassName
{
color: #A1C952;
}
</style>
background-color css
<style>
a { background-color: #A1C952; }
a { background-color: rgb(161,201,82); }
div.DivClassName
{
background-color: #A1C952;
}
.BgClassName
{
background-color: #A1C952;
}
</style>
border-color css
<style>
span { border-color: #A1C952; }
span { border-color: rgb(161,201,82); }
td.TdClassName
{
border-color: #A1C952;
}
.TagClassName
{
border-color: #A1C952;
}
</style>