Shades of Atlantis #AAD938
Tints of Atlantis #AAD938
RGB
CMYK
RGB Variations
Color information
#AAD938 (or 0xAAD938) is known color: Atlantis. HEX triplet: AA, D9 and 38. RGB value is (170,217,56). Sum of RGB (Red+Green+Blue) = 170+217+56=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD938 is #5526C7. Grayscale: #B9B9B9. Windows color (decimal): -5580488 or 3725738. OLE color: 3725738.
HSL color Cylindrical-coordinate representation of color #AAD938: hue angle of 77.52º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAD938 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 56 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.15 |
| HSL | 77.52º | 0.68% | 0.54% | - |
| HSV(B) | 77.52º | 0.74% | 0.85% | - |
| XYZ | 42.1 | 58.46 | 12.81 | - |
| YUV | 184.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 56 | 0.22 | 0 | 0.74 | 0.15 | 77.52 | 0.68 | 0.54 |
| Hex | AA | D9 | 38 | 16 | 0 | 4A | F | 4E | 44 | 36 |
| Octal | 252 | 331 | 70 | 26 | 0 | 112 | 17 | 116 | 104 | 66 |
| Binary | 10101010 | 11011001 | 111000 | 10110 | 0 | 1001010 | 1111 | 1001110 | 1000100 | 110110 |
Color Harmonies of #AAD938
Complementary color
Monochromatic Colors of #AAD938
Black with #AAD938
Text Example
Text Example
White with #AAD938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD938; }
p { color: rgb(170,217,56); }
H1.HeaderClassName
{
color: #AAD938;
}
.AnyTagClassName
{
color: #AAD938;
}
</style>
background-color css
<style>
a { background-color: #AAD938; }
a { background-color: rgb(170,217,56); }
div.DivClassName
{
background-color: #AAD938;
}
.BgClassName
{
background-color: #AAD938;
}
</style>
border-color css
<style>
span { border-color: #AAD938; }
span { border-color: rgb(170,217,56); }
td.TdClassName
{
border-color: #AAD938;
}
.TagClassName
{
border-color: #AAD938;
}
</style>