Shades of Atlantis #AAD83C
Tints of Atlantis #AAD83C
RGB
CMYK
RGB Variations
Color information
#AAD83C (or 0xAAD83C) is known color: Atlantis. HEX triplet: AA, D8 and 3C. RGB value is (170,216,60). Sum of RGB (Red+Green+Blue) = 170+216+60=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD83C is #5527C3. Grayscale: #B9B9B9. Windows color (decimal): -5580740 or 3987626. OLE color: 3987626.
HSL color Cylindrical-coordinate representation of color #AAD83C: hue angle of 77.69º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAD83C is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 60 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.15 |
| HSL | 77.69º | 0.67% | 0.54% | - |
| HSV(B) | 77.69º | 0.72% | 0.85% | - |
| XYZ | 41.95 | 57.98 | 13.26 | - |
| YUV | 184.46 | 57.76 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 60 | 0.21 | 0 | 0.72 | 0.15 | 77.69 | 0.67 | 0.54 |
| Hex | AA | D8 | 3C | 15 | 0 | 48 | F | 4E | 43 | 36 |
| Octal | 252 | 330 | 74 | 25 | 0 | 110 | 17 | 116 | 103 | 66 |
| Binary | 10101010 | 11011000 | 111100 | 10101 | 0 | 1001000 | 1111 | 1001110 | 1000011 | 110110 |
Color Harmonies of #AAD83C
Complementary color
Monochromatic Colors of #AAD83C
Black with #AAD83C
Text Example
Text Example
White with #AAD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD83C; }
p { color: rgb(170,216,60); }
H1.HeaderClassName
{
color: #AAD83C;
}
.AnyTagClassName
{
color: #AAD83C;
}
</style>
background-color css
<style>
a { background-color: #AAD83C; }
a { background-color: rgb(170,216,60); }
div.DivClassName
{
background-color: #AAD83C;
}
.BgClassName
{
background-color: #AAD83C;
}
</style>
border-color css
<style>
span { border-color: #AAD83C; }
span { border-color: rgb(170,216,60); }
td.TdClassName
{
border-color: #AAD83C;
}
.TagClassName
{
border-color: #AAD83C;
}
</style>