Shades of Atlantis #AAD33D
Tints of Atlantis #AAD33D
RGB
CMYK
RGB Variations
Color information
#AAD33D (or 0xAAD33D) is known color: Atlantis. HEX triplet: AA, D3 and 3D. RGB value is (170,211,61). Sum of RGB (Red+Green+Blue) = 170+211+61=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD33D is #552CC2. Grayscale: #B6B6B6. Windows color (decimal): -5582019 or 4051882. OLE color: 4051882.
HSL color Cylindrical-coordinate representation of color #AAD33D: hue angle of 76.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAD33D is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 61 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.17 |
| HSL | 76.4º | 0.63% | 0.53% | - |
| HSV(B) | 76.4º | 0.71% | 0.83% | - |
| XYZ | 40.71 | 55.47 | 12.98 | - |
| YUV | 181.64 | 59.92 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 61 | 0.19 | 0 | 0.71 | 0.17 | 76.4 | 0.63 | 0.53 |
| Hex | AA | D3 | 3D | 13 | 0 | 47 | 11 | 4C | 3F | 35 |
| Octal | 252 | 323 | 75 | 23 | 0 | 107 | 21 | 114 | 77 | 65 |
| Binary | 10101010 | 11010011 | 111101 | 10011 | 0 | 1000111 | 10001 | 1001100 | 111111 | 110101 |
Color Harmonies of #AAD33D
Complementary color
Monochromatic Colors of #AAD33D
Black with #AAD33D
Text Example
Text Example
White with #AAD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD33D; }
p { color: rgb(170,211,61); }
H1.HeaderClassName
{
color: #AAD33D;
}
.AnyTagClassName
{
color: #AAD33D;
}
</style>
background-color css
<style>
a { background-color: #AAD33D; }
a { background-color: rgb(170,211,61); }
div.DivClassName
{
background-color: #AAD33D;
}
.BgClassName
{
background-color: #AAD33D;
}
</style>
border-color css
<style>
span { border-color: #AAD33D; }
span { border-color: rgb(170,211,61); }
td.TdClassName
{
border-color: #AAD33D;
}
.TagClassName
{
border-color: #AAD33D;
}
</style>