Shades of Atlantis #AAD23D
Tints of Atlantis #AAD23D
RGB
CMYK
RGB Variations
Color information
#AAD23D (or 0xAAD23D) is known color: Atlantis. HEX triplet: AA, D2 and 3D. RGB value is (170,210,61). Sum of RGB (Red+Green+Blue) = 170+210+61=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD23D is #552DC2. Grayscale: #B5B5B5. Windows color (decimal): -5582275 or 4051626. OLE color: 4051626.
HSL color Cylindrical-coordinate representation of color #AAD23D: hue angle of 76.11º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAD23D is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 61 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.18 |
| HSL | 76.11º | 0.62% | 0.53% | - |
| HSV(B) | 76.11º | 0.71% | 0.82% | - |
| XYZ | 40.47 | 54.98 | 12.89 | - |
| YUV | 181.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 61 | 0.19 | 0 | 0.71 | 0.18 | 76.11 | 0.62 | 0.53 |
| Hex | AA | D2 | 3D | 13 | 0 | 47 | 12 | 4C | 3E | 35 |
| Octal | 252 | 322 | 75 | 23 | 0 | 107 | 22 | 114 | 76 | 65 |
| Binary | 10101010 | 11010010 | 111101 | 10011 | 0 | 1000111 | 10010 | 1001100 | 111110 | 110101 |
Color Harmonies of #AAD23D
Complementary color
Monochromatic Colors of #AAD23D
Black with #AAD23D
Text Example
Text Example
White with #AAD23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD23D; }
p { color: rgb(170,210,61); }
H1.HeaderClassName
{
color: #AAD23D;
}
.AnyTagClassName
{
color: #AAD23D;
}
</style>
background-color css
<style>
a { background-color: #AAD23D; }
a { background-color: rgb(170,210,61); }
div.DivClassName
{
background-color: #AAD23D;
}
.BgClassName
{
background-color: #AAD23D;
}
</style>
border-color css
<style>
span { border-color: #AAD23D; }
span { border-color: rgb(170,210,61); }
td.TdClassName
{
border-color: #AAD23D;
}
.TagClassName
{
border-color: #AAD23D;
}
</style>