Shades of Atlantis #AAD63F
Tints of Atlantis #AAD63F
RGB
CMYK
RGB Variations
Color information
#AAD63F (or 0xAAD63F) is known color: Atlantis. HEX triplet: AA, D6 and 3F. RGB value is (170,214,63). Sum of RGB (Red+Green+Blue) = 170+214+63=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD63F is #5529C0. Grayscale: #B8B8B8. Windows color (decimal): -5581249 or 4183722. OLE color: 4183722.
HSL color Cylindrical-coordinate representation of color #AAD63F: hue angle of 77.48º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAD63F is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 63 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.16 |
| HSL | 77.48º | 0.65% | 0.54% | - |
| HSV(B) | 77.48º | 0.71% | 0.84% | - |
| XYZ | 41.52 | 57 | 13.52 | - |
| YUV | 183.63 | 59.92 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 63 | 0.21 | 0 | 0.71 | 0.16 | 77.48 | 0.65 | 0.54 |
| Hex | AA | D6 | 3F | 15 | 0 | 47 | 10 | 4D | 41 | 36 |
| Octal | 252 | 326 | 77 | 25 | 0 | 107 | 20 | 115 | 101 | 66 |
| Binary | 10101010 | 11010110 | 111111 | 10101 | 0 | 1000111 | 10000 | 1001101 | 1000001 | 110110 |
Color Harmonies of #AAD63F
Complementary color
Monochromatic Colors of #AAD63F
Black with #AAD63F
Text Example
Text Example
White with #AAD63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD63F; }
p { color: rgb(170,214,63); }
H1.HeaderClassName
{
color: #AAD63F;
}
.AnyTagClassName
{
color: #AAD63F;
}
</style>
background-color css
<style>
a { background-color: #AAD63F; }
a { background-color: rgb(170,214,63); }
div.DivClassName
{
background-color: #AAD63F;
}
.BgClassName
{
background-color: #AAD63F;
}
</style>
border-color css
<style>
span { border-color: #AAD63F; }
span { border-color: rgb(170,214,63); }
td.TdClassName
{
border-color: #AAD63F;
}
.TagClassName
{
border-color: #AAD63F;
}
</style>