Shades of Atlantis #A1C846
Tints of Atlantis #A1C846
RGB
CMYK
RGB Variations
Color information
#A1C846 (or 0xA1C846) is known color: Atlantis. HEX triplet: A1, C8 and 46. RGB value is (161,200,70). Sum of RGB (Red+Green+Blue) = 161+200+70=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C846 is #5E37B9. Grayscale: #AEAEAE. Windows color (decimal): -6174650 or 4638881. OLE color: 4638881.
HSL color Cylindrical-coordinate representation of color #A1C846: hue angle of 78º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1C846 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 70 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.22 |
| HSL | 78º | 0.54% | 0.53% | - |
| HSV(B) | 78º | 0.65% | 0.78% | - |
| XYZ | 36.46 | 49.33 | 13.39 | - |
| YUV | 173.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 70 | 0.19 | 0 | 0.65 | 0.22 | 78 | 0.54 | 0.53 |
| Hex | A1 | C8 | 46 | 13 | 0 | 41 | 16 | 4E | 36 | 35 |
| Octal | 241 | 310 | 106 | 23 | 0 | 101 | 26 | 116 | 66 | 65 |
| Binary | 10100001 | 11001000 | 1000110 | 10011 | 0 | 1000001 | 10110 | 1001110 | 110110 | 110101 |
Color Harmonies of #A1C846
Complementary color
Monochromatic Colors of #A1C846
Black with #A1C846
Text Example
Text Example
White with #A1C846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C846; }
p { color: rgb(161,200,70); }
H1.HeaderClassName
{
color: #A1C846;
}
.AnyTagClassName
{
color: #A1C846;
}
</style>
background-color css
<style>
a { background-color: #A1C846; }
a { background-color: rgb(161,200,70); }
div.DivClassName
{
background-color: #A1C846;
}
.BgClassName
{
background-color: #A1C846;
}
</style>
border-color css
<style>
span { border-color: #A1C846; }
span { border-color: rgb(161,200,70); }
td.TdClassName
{
border-color: #A1C846;
}
.TagClassName
{
border-color: #A1C846;
}
</style>