Shades of Atlantis #A9D245
Tints of Atlantis #A9D245
RGB
CMYK
RGB Variations
Color information
#A9D245 (or 0xA9D245) is known color: Atlantis. HEX triplet: A9, D2 and 45. RGB value is (169,210,69). Sum of RGB (Red+Green+Blue) = 169+210+69=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D245 is #562DBA. Grayscale: #B6B6B6. Windows color (decimal): -5647803 or 4575913. OLE color: 4575913.
HSL color Cylindrical-coordinate representation of color #A9D245: hue angle of 77.45º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9D245 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 69 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.18 |
| HSL | 77.45º | 0.61% | 0.55% | - |
| HSV(B) | 77.45º | 0.67% | 0.82% | - |
| XYZ | 40.48 | 54.96 | 14.1 | - |
| YUV | 181.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 69 | 0.20 | 0 | 0.67 | 0.18 | 77.45 | 0.61 | 0.55 |
| Hex | A9 | D2 | 45 | 14 | 0 | 43 | 12 | 4D | 3D | 37 |
| Octal | 251 | 322 | 105 | 24 | 0 | 103 | 22 | 115 | 75 | 67 |
| Binary | 10101001 | 11010010 | 1000101 | 10100 | 0 | 1000011 | 10010 | 1001101 | 111101 | 110111 |
Color Harmonies of #A9D245
Complementary color
Monochromatic Colors of #A9D245
Black with #A9D245
Text Example
Text Example
White with #A9D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D245; }
p { color: rgb(169,210,69); }
H1.HeaderClassName
{
color: #A9D245;
}
.AnyTagClassName
{
color: #A9D245;
}
</style>
background-color css
<style>
a { background-color: #A9D245; }
a { background-color: rgb(169,210,69); }
div.DivClassName
{
background-color: #A9D245;
}
.BgClassName
{
background-color: #A9D245;
}
</style>
border-color css
<style>
span { border-color: #A9D245; }
span { border-color: rgb(169,210,69); }
td.TdClassName
{
border-color: #A9D245;
}
.TagClassName
{
border-color: #A9D245;
}
</style>