Shades of Atlantis #AAD141
Tints of Atlantis #AAD141
RGB
CMYK
RGB Variations
Color information
#AAD141 (or 0xAAD141) is known color: Atlantis. HEX triplet: AA, D1 and 41. RGB value is (170,209,65). Sum of RGB (Red+Green+Blue) = 170+209+65=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD141 is #552EBE. Grayscale: #B5B5B5. Windows color (decimal): -5582527 or 4313514. OLE color: 4313514.
HSL color Cylindrical-coordinate representation of color #AAD141: hue angle of 76.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAD141 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 65 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.18 |
| HSL | 76.25º | 0.61% | 0.54% | - |
| HSV(B) | 76.25º | 0.69% | 0.82% | - |
| XYZ | 40.33 | 54.53 | 13.4 | - |
| YUV | 180.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 65 | 0.19 | 0 | 0.69 | 0.18 | 76.25 | 0.61 | 0.54 |
| Hex | AA | D1 | 41 | 13 | 0 | 45 | 12 | 4C | 3D | 36 |
| Octal | 252 | 321 | 101 | 23 | 0 | 105 | 22 | 114 | 75 | 66 |
| Binary | 10101010 | 11010001 | 1000001 | 10011 | 0 | 1000101 | 10010 | 1001100 | 111101 | 110110 |
Color Harmonies of #AAD141
Complementary color
Monochromatic Colors of #AAD141
Black with #AAD141
Text Example
Text Example
White with #AAD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD141; }
p { color: rgb(170,209,65); }
H1.HeaderClassName
{
color: #AAD141;
}
.AnyTagClassName
{
color: #AAD141;
}
</style>
background-color css
<style>
a { background-color: #AAD141; }
a { background-color: rgb(170,209,65); }
div.DivClassName
{
background-color: #AAD141;
}
.BgClassName
{
background-color: #AAD141;
}
</style>
border-color css
<style>
span { border-color: #AAD141; }
span { border-color: rgb(170,209,65); }
td.TdClassName
{
border-color: #AAD141;
}
.TagClassName
{
border-color: #AAD141;
}
</style>