Shades of Atlantis #A1C945
Tints of Atlantis #A1C945
RGB
CMYK
RGB Variations
Color information
#A1C945 (or 0xA1C945) is known color: Atlantis. HEX triplet: A1, C9 and 45. RGB value is (161,201,69). Sum of RGB (Red+Green+Blue) = 161+201+69=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C945 is #5E36BA. Grayscale: #AEAEAE. Windows color (decimal): -6174395 or 4573601. OLE color: 4573601.
HSL color Cylindrical-coordinate representation of color #A1C945: hue angle of 78.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1C945 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 69 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.21 |
| HSL | 78.18º | 0.55% | 0.53% | - |
| HSV(B) | 78.18º | 0.66% | 0.79% | - |
| XYZ | 36.66 | 49.78 | 13.31 | - |
| YUV | 173.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 69 | 0.20 | 0 | 0.66 | 0.21 | 78.18 | 0.55 | 0.53 |
| Hex | A1 | C9 | 45 | 14 | 0 | 42 | 15 | 4E | 37 | 35 |
| Octal | 241 | 311 | 105 | 24 | 0 | 102 | 25 | 116 | 67 | 65 |
| Binary | 10100001 | 11001001 | 1000101 | 10100 | 0 | 1000010 | 10101 | 1001110 | 110111 | 110101 |
Color Harmonies of #A1C945
Complementary color
Monochromatic Colors of #A1C945
Black with #A1C945
Text Example
Text Example
White with #A1C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C945; }
p { color: rgb(161,201,69); }
H1.HeaderClassName
{
color: #A1C945;
}
.AnyTagClassName
{
color: #A1C945;
}
</style>
background-color css
<style>
a { background-color: #A1C945; }
a { background-color: rgb(161,201,69); }
div.DivClassName
{
background-color: #A1C945;
}
.BgClassName
{
background-color: #A1C945;
}
</style>
border-color css
<style>
span { border-color: #A1C945; }
span { border-color: rgb(161,201,69); }
td.TdClassName
{
border-color: #A1C945;
}
.TagClassName
{
border-color: #A1C945;
}
</style>