Shades of Atlantis #AAD23B
Tints of Atlantis #AAD23B
RGB
CMYK
RGB Variations
Color information
#AAD23B (or 0xAAD23B) is known color: Atlantis. HEX triplet: AA, D2 and 3B. RGB value is (170,210,59). Sum of RGB (Red+Green+Blue) = 170+210+59=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD23B is #552DC4. Grayscale: #B5B5B5. Windows color (decimal): -5582277 or 3920554. OLE color: 3920554.
HSL color Cylindrical-coordinate representation of color #AAD23B: hue angle of 75.89º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAD23B is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 59 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.18 |
| HSL | 75.89º | 0.63% | 0.53% | - |
| HSV(B) | 75.89º | 0.72% | 0.82% | - |
| XYZ | 40.41 | 54.96 | 12.62 | - |
| YUV | 180.83 | 59.25 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 59 | 0.19 | 0 | 0.72 | 0.18 | 75.89 | 0.63 | 0.53 |
| Hex | AA | D2 | 3B | 13 | 0 | 48 | 12 | 4C | 3F | 35 |
| Octal | 252 | 322 | 73 | 23 | 0 | 110 | 22 | 114 | 77 | 65 |
| Binary | 10101010 | 11010010 | 111011 | 10011 | 0 | 1001000 | 10010 | 1001100 | 111111 | 110101 |
Color Harmonies of #AAD23B
Complementary color
Monochromatic Colors of #AAD23B
Black with #AAD23B
Text Example
Text Example
White with #AAD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD23B; }
p { color: rgb(170,210,59); }
H1.HeaderClassName
{
color: #AAD23B;
}
.AnyTagClassName
{
color: #AAD23B;
}
</style>
background-color css
<style>
a { background-color: #AAD23B; }
a { background-color: rgb(170,210,59); }
div.DivClassName
{
background-color: #AAD23B;
}
.BgClassName
{
background-color: #AAD23B;
}
</style>
border-color css
<style>
span { border-color: #AAD23B; }
span { border-color: rgb(170,210,59); }
td.TdClassName
{
border-color: #AAD23B;
}
.TagClassName
{
border-color: #AAD23B;
}
</style>