Shades of Atlantis #AAD13C
Tints of Atlantis #AAD13C
RGB
CMYK
RGB Variations
Color information
#AAD13C (or 0xAAD13C) is known color: Atlantis. HEX triplet: AA, D1 and 3C. RGB value is (170,209,60). Sum of RGB (Red+Green+Blue) = 170+209+60=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD13C is #552EC3. Grayscale: #B4B4B4. Windows color (decimal): -5582532 or 3985834. OLE color: 3985834.
HSL color Cylindrical-coordinate representation of color #AAD13C: hue angle of 75.7º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAD13C is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 60 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.18 |
| HSL | 75.7º | 0.62% | 0.53% | - |
| HSV(B) | 75.7º | 0.71% | 0.82% | - |
| XYZ | 40.19 | 54.47 | 12.67 | - |
| YUV | 180.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 60 | 0.19 | 0 | 0.71 | 0.18 | 75.7 | 0.62 | 0.53 |
| Hex | AA | D1 | 3C | 13 | 0 | 47 | 12 | 4C | 3E | 35 |
| Octal | 252 | 321 | 74 | 23 | 0 | 107 | 22 | 114 | 76 | 65 |
| Binary | 10101010 | 11010001 | 111100 | 10011 | 0 | 1000111 | 10010 | 1001100 | 111110 | 110101 |
Color Harmonies of #AAD13C
Complementary color
Monochromatic Colors of #AAD13C
Black with #AAD13C
Text Example
Text Example
White with #AAD13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD13C; }
p { color: rgb(170,209,60); }
H1.HeaderClassName
{
color: #AAD13C;
}
.AnyTagClassName
{
color: #AAD13C;
}
</style>
background-color css
<style>
a { background-color: #AAD13C; }
a { background-color: rgb(170,209,60); }
div.DivClassName
{
background-color: #AAD13C;
}
.BgClassName
{
background-color: #AAD13C;
}
</style>
border-color css
<style>
span { border-color: #AAD13C; }
span { border-color: rgb(170,209,60); }
td.TdClassName
{
border-color: #AAD13C;
}
.TagClassName
{
border-color: #AAD13C;
}
</style>