Shades of Atlantis #A9D835
Tints of Atlantis #A9D835
RGB
CMYK
RGB Variations
Color information
#A9D835 (or 0xA9D835) is known color: Atlantis. HEX triplet: A9, D8 and 35. RGB value is (169,216,53). Sum of RGB (Red+Green+Blue) = 169+216+53=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D835 is #5627CA. Grayscale: #B7B7B7. Windows color (decimal): -5646283 or 3528873. OLE color: 3528873.
HSL color Cylindrical-coordinate representation of color #A9D835: hue angle of 77.3º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9D835 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 53 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.15 |
| HSL | 77.3º | 0.68% | 0.53% | - |
| HSV(B) | 77.3º | 0.75% | 0.85% | - |
| XYZ | 41.56 | 57.8 | 12.33 | - |
| YUV | 183.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 53 | 0.22 | 0 | 0.75 | 0.15 | 77.3 | 0.68 | 0.53 |
| Hex | A9 | D8 | 35 | 16 | 0 | 4B | F | 4D | 44 | 35 |
| Octal | 251 | 330 | 65 | 26 | 0 | 113 | 17 | 115 | 104 | 65 |
| Binary | 10101001 | 11011000 | 110101 | 10110 | 0 | 1001011 | 1111 | 1001101 | 1000100 | 110101 |
Color Harmonies of #A9D835
Complementary color
Monochromatic Colors of #A9D835
Black with #A9D835
Text Example
Text Example
White with #A9D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D835; }
p { color: rgb(169,216,53); }
H1.HeaderClassName
{
color: #A9D835;
}
.AnyTagClassName
{
color: #A9D835;
}
</style>
background-color css
<style>
a { background-color: #A9D835; }
a { background-color: rgb(169,216,53); }
div.DivClassName
{
background-color: #A9D835;
}
.BgClassName
{
background-color: #A9D835;
}
</style>
border-color css
<style>
span { border-color: #A9D835; }
span { border-color: rgb(169,216,53); }
td.TdClassName
{
border-color: #A9D835;
}
.TagClassName
{
border-color: #A9D835;
}
</style>