Shades of Atlantis #AAD83D
Tints of Atlantis #AAD83D
RGB
CMYK
RGB Variations
Color information
#AAD83D (or 0xAAD83D) is known color: Atlantis. HEX triplet: AA, D8 and 3D. RGB value is (170,216,61). Sum of RGB (Red+Green+Blue) = 170+216+61=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD83D is #5527C2. Grayscale: #B9B9B9. Windows color (decimal): -5580739 or 4053162. OLE color: 4053162.
HSL color Cylindrical-coordinate representation of color #AAD83D: hue angle of 77.81º 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 #AAD83D is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 61 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.15 |
| HSL | 77.81º | 0.67% | 0.54% | - |
| HSV(B) | 77.81º | 0.72% | 0.85% | - |
| XYZ | 41.98 | 57.99 | 13.4 | - |
| YUV | 184.58 | 58.26 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 61 | 0.21 | 0 | 0.72 | 0.15 | 77.81 | 0.67 | 0.54 |
| Hex | AA | D8 | 3D | 15 | 0 | 48 | F | 4E | 43 | 36 |
| Octal | 252 | 330 | 75 | 25 | 0 | 110 | 17 | 116 | 103 | 66 |
| Binary | 10101010 | 11011000 | 111101 | 10101 | 0 | 1001000 | 1111 | 1001110 | 1000011 | 110110 |
Color Harmonies of #AAD83D
Complementary color
Monochromatic Colors of #AAD83D
Black with #AAD83D
Text Example
Text Example
White with #AAD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD83D; }
p { color: rgb(170,216,61); }
H1.HeaderClassName
{
color: #AAD83D;
}
.AnyTagClassName
{
color: #AAD83D;
}
</style>
background-color css
<style>
a { background-color: #AAD83D; }
a { background-color: rgb(170,216,61); }
div.DivClassName
{
background-color: #AAD83D;
}
.BgClassName
{
background-color: #AAD83D;
}
</style>
border-color css
<style>
span { border-color: #AAD83D; }
span { border-color: rgb(170,216,61); }
td.TdClassName
{
border-color: #AAD83D;
}
.TagClassName
{
border-color: #AAD83D;
}
</style>