Shades of Atlantis #AAD93C
Tints of Atlantis #AAD93C
RGB
CMYK
RGB Variations
Color information
#AAD93C (or 0xAAD93C) is known color: Atlantis. HEX triplet: AA, D9 and 3C. RGB value is (170,217,60). Sum of RGB (Red+Green+Blue) = 170+217+60=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD93C is #5526C3. Grayscale: #B9B9B9. Windows color (decimal): -5580484 or 3987882. OLE color: 3987882.
HSL color Cylindrical-coordinate representation of color #AAD93C: hue angle of 77.96º 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 #AAD93C is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 60 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.15 |
| HSL | 77.96º | 0.67% | 0.54% | - |
| HSV(B) | 77.96º | 0.72% | 0.85% | - |
| XYZ | 42.21 | 58.5 | 13.34 | - |
| YUV | 185.05 | 57.43 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 60 | 0.22 | 0 | 0.72 | 0.15 | 77.96 | 0.67 | 0.54 |
| Hex | AA | D9 | 3C | 16 | 0 | 48 | F | 4E | 43 | 36 |
| Octal | 252 | 331 | 74 | 26 | 0 | 110 | 17 | 116 | 103 | 66 |
| Binary | 10101010 | 11011001 | 111100 | 10110 | 0 | 1001000 | 1111 | 1001110 | 1000011 | 110110 |
Color Harmonies of #AAD93C
Complementary color
Monochromatic Colors of #AAD93C
Black with #AAD93C
Text Example
Text Example
White with #AAD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD93C; }
p { color: rgb(170,217,60); }
H1.HeaderClassName
{
color: #AAD93C;
}
.AnyTagClassName
{
color: #AAD93C;
}
</style>
background-color css
<style>
a { background-color: #AAD93C; }
a { background-color: rgb(170,217,60); }
div.DivClassName
{
background-color: #AAD93C;
}
.BgClassName
{
background-color: #AAD93C;
}
</style>
border-color css
<style>
span { border-color: #AAD93C; }
span { border-color: rgb(170,217,60); }
td.TdClassName
{
border-color: #AAD93C;
}
.TagClassName
{
border-color: #AAD93C;
}
</style>