Shades of Atlantis #A9E535
Tints of Atlantis #A9E535
RGB
CMYK
RGB Variations
Color information
#A9E535 (or 0xA9E535) is known color: Atlantis. HEX triplet: A9, E5 and 35. RGB value is (169,229,53). Sum of RGB (Red+Green+Blue) = 169+229+53=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E535 is #561ACA. Grayscale: #BFBFBF. Windows color (decimal): -5642955 or 3532201. OLE color: 3532201.
HSL color Cylindrical-coordinate representation of color #A9E535: hue angle of 80.45º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9E535 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 229 | 53 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.10 |
| HSL | 80.45º | 0.77% | 0.55% | - |
| HSV(B) | 80.45º | 0.77% | 0.9% | - |
| XYZ | 45.02 | 64.73 | 13.49 | - |
| YUV | 191 | 50.12 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 229 | 53 | 0.26 | 0 | 0.77 | 0.10 | 80.45 | 0.77 | 0.55 |
| Hex | A9 | E5 | 35 | 1A | 0 | 4D | A | 50 | 4D | 37 |
| Octal | 251 | 345 | 65 | 32 | 0 | 115 | 12 | 120 | 115 | 67 |
| Binary | 10101001 | 11100101 | 110101 | 11010 | 0 | 1001101 | 1010 | 1010000 | 1001101 | 110111 |
Color Harmonies of #A9E535
Complementary color
Monochromatic Colors of #A9E535
Black with #A9E535
Text Example
Text Example
White with #A9E535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E535; }
p { color: rgb(169,229,53); }
H1.HeaderClassName
{
color: #A9E535;
}
.AnyTagClassName
{
color: #A9E535;
}
</style>
background-color css
<style>
a { background-color: #A9E535; }
a { background-color: rgb(169,229,53); }
div.DivClassName
{
background-color: #A9E535;
}
.BgClassName
{
background-color: #A9E535;
}
</style>
border-color css
<style>
span { border-color: #A9E535; }
span { border-color: rgb(169,229,53); }
td.TdClassName
{
border-color: #A9E535;
}
.TagClassName
{
border-color: #A9E535;
}
</style>