Shades of Atlantis #AAD33C
Tints of Atlantis #AAD33C
RGB
CMYK
RGB Variations
Color information
#AAD33C (or 0xAAD33C) is known color: Atlantis. HEX triplet: AA, D3 and 3C. RGB value is (170,211,60). Sum of RGB (Red+Green+Blue) = 170+211+60=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD33C is #552CC3. Grayscale: #B6B6B6. Windows color (decimal): -5582020 or 3986346. OLE color: 3986346.
HSL color Cylindrical-coordinate representation of color #AAD33C: hue angle of 76.29º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAD33C is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 60 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.17 |
| HSL | 76.29º | 0.63% | 0.53% | - |
| HSV(B) | 76.29º | 0.72% | 0.83% | - |
| XYZ | 40.69 | 55.46 | 12.84 | - |
| YUV | 181.53 | 59.42 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 60 | 0.19 | 0 | 0.72 | 0.17 | 76.29 | 0.63 | 0.53 |
| Hex | AA | D3 | 3C | 13 | 0 | 48 | 11 | 4C | 3F | 35 |
| Octal | 252 | 323 | 74 | 23 | 0 | 110 | 21 | 114 | 77 | 65 |
| Binary | 10101010 | 11010011 | 111100 | 10011 | 0 | 1001000 | 10001 | 1001100 | 111111 | 110101 |
Color Harmonies of #AAD33C
Complementary color
Monochromatic Colors of #AAD33C
Black with #AAD33C
Text Example
Text Example
White with #AAD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD33C; }
p { color: rgb(170,211,60); }
H1.HeaderClassName
{
color: #AAD33C;
}
.AnyTagClassName
{
color: #AAD33C;
}
</style>
background-color css
<style>
a { background-color: #AAD33C; }
a { background-color: rgb(170,211,60); }
div.DivClassName
{
background-color: #AAD33C;
}
.BgClassName
{
background-color: #AAD33C;
}
</style>
border-color css
<style>
span { border-color: #AAD33C; }
span { border-color: rgb(170,211,60); }
td.TdClassName
{
border-color: #AAD33C;
}
.TagClassName
{
border-color: #AAD33C;
}
</style>