Shades of Atlantis #A9D539
Tints of Atlantis #A9D539
RGB
CMYK
RGB Variations
Color information
#A9D539 (or 0xA9D539) is known color: Atlantis. HEX triplet: A9, D5 and 39. RGB value is (169,213,57). Sum of RGB (Red+Green+Blue) = 169+213+57=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D539 is #562AC6. Grayscale: #B6B6B6. Windows color (decimal): -5647047 or 3790249. OLE color: 3790249.
HSL color Cylindrical-coordinate representation of color #A9D539: hue angle of 76.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9D539 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 213 | 57 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.16 |
| HSL | 76.92º | 0.65% | 0.53% | - |
| HSV(B) | 76.92º | 0.73% | 0.84% | - |
| XYZ | 40.89 | 56.32 | 12.59 | - |
| YUV | 182.06 | 57.42 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 57 | 0.21 | 0 | 0.73 | 0.16 | 76.92 | 0.65 | 0.53 |
| Hex | A9 | D5 | 39 | 15 | 0 | 49 | 10 | 4D | 41 | 35 |
| Octal | 251 | 325 | 71 | 25 | 0 | 111 | 20 | 115 | 101 | 65 |
| Binary | 10101001 | 11010101 | 111001 | 10101 | 0 | 1001001 | 10000 | 1001101 | 1000001 | 110101 |
Color Harmonies of #A9D539
Complementary color
Monochromatic Colors of #A9D539
Black with #A9D539
Text Example
Text Example
White with #A9D539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D539; }
p { color: rgb(169,213,57); }
H1.HeaderClassName
{
color: #A9D539;
}
.AnyTagClassName
{
color: #A9D539;
}
</style>
background-color css
<style>
a { background-color: #A9D539; }
a { background-color: rgb(169,213,57); }
div.DivClassName
{
background-color: #A9D539;
}
.BgClassName
{
background-color: #A9D539;
}
</style>
border-color css
<style>
span { border-color: #A9D539; }
span { border-color: rgb(169,213,57); }
td.TdClassName
{
border-color: #A9D539;
}
.TagClassName
{
border-color: #A9D539;
}
</style>