Shades of Atlantis #AAD53F
Tints of Atlantis #AAD53F
RGB
CMYK
RGB Variations
Color information
#AAD53F (or 0xAAD53F) is known color: Atlantis. HEX triplet: AA, D5 and 3F. RGB value is (170,213,63). Sum of RGB (Red+Green+Blue) = 170+213+63=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD53F is #552AC0. Grayscale: #B7B7B7. Windows color (decimal): -5581505 or 4183466. OLE color: 4183466.
HSL color Cylindrical-coordinate representation of color #AAD53F: hue angle of 77.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAD53F is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 63 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.16 |
| HSL | 77.2º | 0.64% | 0.54% | - |
| HSV(B) | 77.2º | 0.7% | 0.84% | - |
| XYZ | 41.27 | 56.49 | 13.43 | - |
| YUV | 183.04 | 60.25 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 63 | 0.20 | 0 | 0.70 | 0.16 | 77.2 | 0.64 | 0.54 |
| Hex | AA | D5 | 3F | 14 | 0 | 46 | 10 | 4D | 40 | 36 |
| Octal | 252 | 325 | 77 | 24 | 0 | 106 | 20 | 115 | 100 | 66 |
| Binary | 10101010 | 11010101 | 111111 | 10100 | 0 | 1000110 | 10000 | 1001101 | 1000000 | 110110 |
Color Harmonies of #AAD53F
Complementary color
Monochromatic Colors of #AAD53F
Black with #AAD53F
Text Example
Text Example
White with #AAD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD53F; }
p { color: rgb(170,213,63); }
H1.HeaderClassName
{
color: #AAD53F;
}
.AnyTagClassName
{
color: #AAD53F;
}
</style>
background-color css
<style>
a { background-color: #AAD53F; }
a { background-color: rgb(170,213,63); }
div.DivClassName
{
background-color: #AAD53F;
}
.BgClassName
{
background-color: #AAD53F;
}
</style>
border-color css
<style>
span { border-color: #AAD53F; }
span { border-color: rgb(170,213,63); }
td.TdClassName
{
border-color: #AAD53F;
}
.TagClassName
{
border-color: #AAD53F;
}
</style>