Shades of Atlantis #A9D345
Tints of Atlantis #A9D345
RGB
CMYK
RGB Variations
Color information
#A9D345 (or 0xA9D345) is known color: Atlantis. HEX triplet: A9, D3 and 45. RGB value is (169,211,69). Sum of RGB (Red+Green+Blue) = 169+211+69=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D345 is #562CBA. Grayscale: #B6B6B6. Windows color (decimal): -5647547 or 4576169. OLE color: 4576169.
HSL color Cylindrical-coordinate representation of color #A9D345: hue angle of 77.75º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9D345 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 211 | 69 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.17 |
| HSL | 77.75º | 0.62% | 0.55% | - |
| HSV(B) | 77.75º | 0.67% | 0.83% | - |
| XYZ | 40.73 | 55.45 | 14.19 | - |
| YUV | 182.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 211 | 69 | 0.20 | 0 | 0.67 | 0.17 | 77.75 | 0.62 | 0.55 |
| Hex | A9 | D3 | 45 | 14 | 0 | 43 | 11 | 4E | 3E | 37 |
| Octal | 251 | 323 | 105 | 24 | 0 | 103 | 21 | 116 | 76 | 67 |
| Binary | 10101001 | 11010011 | 1000101 | 10100 | 0 | 1000011 | 10001 | 1001110 | 111110 | 110111 |
Color Harmonies of #A9D345
Complementary color
Monochromatic Colors of #A9D345
Black with #A9D345
Text Example
Text Example
White with #A9D345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D345; }
p { color: rgb(169,211,69); }
H1.HeaderClassName
{
color: #A9D345;
}
.AnyTagClassName
{
color: #A9D345;
}
</style>
background-color css
<style>
a { background-color: #A9D345; }
a { background-color: rgb(169,211,69); }
div.DivClassName
{
background-color: #A9D345;
}
.BgClassName
{
background-color: #A9D345;
}
</style>
border-color css
<style>
span { border-color: #A9D345; }
span { border-color: rgb(169,211,69); }
td.TdClassName
{
border-color: #A9D345;
}
.TagClassName
{
border-color: #A9D345;
}
</style>