Shades of Atlantis #A1D945
Tints of Atlantis #A1D945
RGB
CMYK
RGB Variations
Color information
#A1D945 (or 0xA1D945) is known color: Atlantis. HEX triplet: A1, D9 and 45. RGB value is (161,217,69). Sum of RGB (Red+Green+Blue) = 161+217+69=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D945 is #5E26BA. Grayscale: #B7B7B7. Windows color (decimal): -6170299 or 4577697. OLE color: 4577697.
HSL color Cylindrical-coordinate representation of color #A1D945: hue angle of 82.7º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1D945 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 69 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.15 |
| HSL | 82.7º | 0.66% | 0.56% | - |
| HSV(B) | 82.7º | 0.68% | 0.85% | - |
| XYZ | 40.58 | 57.63 | 14.62 | - |
| YUV | 183.38 | 63.45 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 69 | 0.26 | 0 | 0.68 | 0.15 | 82.7 | 0.66 | 0.56 |
| Hex | A1 | D9 | 45 | 1A | 0 | 44 | F | 53 | 42 | 38 |
| Octal | 241 | 331 | 105 | 32 | 0 | 104 | 17 | 123 | 102 | 70 |
| Binary | 10100001 | 11011001 | 1000101 | 11010 | 0 | 1000100 | 1111 | 1010011 | 1000010 | 111000 |
Color Harmonies of #A1D945
Complementary color
Monochromatic Colors of #A1D945
Black with #A1D945
Text Example
Text Example
White with #A1D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D945; }
p { color: rgb(161,217,69); }
H1.HeaderClassName
{
color: #A1D945;
}
.AnyTagClassName
{
color: #A1D945;
}
</style>
background-color css
<style>
a { background-color: #A1D945; }
a { background-color: rgb(161,217,69); }
div.DivClassName
{
background-color: #A1D945;
}
.BgClassName
{
background-color: #A1D945;
}
</style>
border-color css
<style>
span { border-color: #A1D945; }
span { border-color: rgb(161,217,69); }
td.TdClassName
{
border-color: #A1D945;
}
.TagClassName
{
border-color: #A1D945;
}
</style>