Shades of Atlantis #AAD341
Tints of Atlantis #AAD341
RGB
CMYK
RGB Variations
Color information
#AAD341 (or 0xAAD341) is known color: Atlantis. HEX triplet: AA, D3 and 41. RGB value is (170,211,65). Sum of RGB (Red+Green+Blue) = 170+211+65=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD341 is #552CBE. Grayscale: #B6B6B6. Windows color (decimal): -5582015 or 4314026. OLE color: 4314026.
HSL color Cylindrical-coordinate representation of color #AAD341: hue angle of 76.85º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAD341 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 65 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.17 |
| HSL | 76.85º | 0.62% | 0.54% | - |
| HSV(B) | 76.85º | 0.69% | 0.83% | - |
| XYZ | 40.83 | 55.52 | 13.56 | - |
| YUV | 182.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 65 | 0.19 | 0 | 0.69 | 0.17 | 76.85 | 0.62 | 0.54 |
| Hex | AA | D3 | 41 | 13 | 0 | 45 | 11 | 4D | 3E | 36 |
| Octal | 252 | 323 | 101 | 23 | 0 | 105 | 21 | 115 | 76 | 66 |
| Binary | 10101010 | 11010011 | 1000001 | 10011 | 0 | 1000101 | 10001 | 1001101 | 111110 | 110110 |
Color Harmonies of #AAD341
Complementary color
Monochromatic Colors of #AAD341
Black with #AAD341
Text Example
Text Example
White with #AAD341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD341; }
p { color: rgb(170,211,65); }
H1.HeaderClassName
{
color: #AAD341;
}
.AnyTagClassName
{
color: #AAD341;
}
</style>
background-color css
<style>
a { background-color: #AAD341; }
a { background-color: rgb(170,211,65); }
div.DivClassName
{
background-color: #AAD341;
}
.BgClassName
{
background-color: #AAD341;
}
</style>
border-color css
<style>
span { border-color: #AAD341; }
span { border-color: rgb(170,211,65); }
td.TdClassName
{
border-color: #AAD341;
}
.TagClassName
{
border-color: #AAD341;
}
</style>