Shades of Atlantis #AAD336
Tints of Atlantis #AAD336
RGB
CMYK
RGB Variations
Color information
#AAD336 (or 0xAAD336) is known color: Atlantis. HEX triplet: AA, D3 and 36. RGB value is (170,211,54). Sum of RGB (Red+Green+Blue) = 170+211+54=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD336 is #552CC9. Grayscale: #B5B5B5. Windows color (decimal): -5582026 or 3593130. OLE color: 3593130.
HSL color Cylindrical-coordinate representation of color #AAD336: hue angle of 75.67º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAD336 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 54 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.17 |
| HSL | 75.67º | 0.64% | 0.52% | - |
| HSV(B) | 75.67º | 0.74% | 0.83% | - |
| XYZ | 40.54 | 55.4 | 12.05 | - |
| YUV | 180.84 | 56.42 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 54 | 0.19 | 0 | 0.74 | 0.17 | 75.67 | 0.64 | 0.52 |
| Hex | AA | D3 | 36 | 13 | 0 | 4A | 11 | 4C | 40 | 34 |
| Octal | 252 | 323 | 66 | 23 | 0 | 112 | 21 | 114 | 100 | 64 |
| Binary | 10101010 | 11010011 | 110110 | 10011 | 0 | 1001010 | 10001 | 1001100 | 1000000 | 110100 |
Color Harmonies of #AAD336
Complementary color
Monochromatic Colors of #AAD336
Black with #AAD336
Text Example
Text Example
White with #AAD336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD336; }
p { color: rgb(170,211,54); }
H1.HeaderClassName
{
color: #AAD336;
}
.AnyTagClassName
{
color: #AAD336;
}
</style>
background-color css
<style>
a { background-color: #AAD336; }
a { background-color: rgb(170,211,54); }
div.DivClassName
{
background-color: #AAD336;
}
.BgClassName
{
background-color: #AAD336;
}
</style>
border-color css
<style>
span { border-color: #AAD336; }
span { border-color: rgb(170,211,54); }
td.TdClassName
{
border-color: #AAD336;
}
.TagClassName
{
border-color: #AAD336;
}
</style>