Shades of Atlantis #AAD43D
Tints of Atlantis #AAD43D
RGB
CMYK
RGB Variations
Color information
#AAD43D (or 0xAAD43D) is known color: Atlantis. HEX triplet: AA, D4 and 3D. RGB value is (170,212,61). Sum of RGB (Red+Green+Blue) = 170+212+61=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD43D is #552BC2. Grayscale: #B6B6B6. Windows color (decimal): -5581763 or 4052138. OLE color: 4052138.
HSL color Cylindrical-coordinate representation of color #AAD43D: hue angle of 76.69º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAD43D is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 61 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.17 |
| HSL | 76.69º | 0.64% | 0.54% | - |
| HSV(B) | 76.69º | 0.71% | 0.83% | - |
| XYZ | 40.96 | 55.97 | 13.06 | - |
| YUV | 182.23 | 59.59 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 61 | 0.20 | 0 | 0.71 | 0.17 | 76.69 | 0.64 | 0.54 |
| Hex | AA | D4 | 3D | 14 | 0 | 47 | 11 | 4D | 40 | 36 |
| Octal | 252 | 324 | 75 | 24 | 0 | 107 | 21 | 115 | 100 | 66 |
| Binary | 10101010 | 11010100 | 111101 | 10100 | 0 | 1000111 | 10001 | 1001101 | 1000000 | 110110 |
Color Harmonies of #AAD43D
Complementary color
Monochromatic Colors of #AAD43D
Black with #AAD43D
Text Example
Text Example
White with #AAD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD43D; }
p { color: rgb(170,212,61); }
H1.HeaderClassName
{
color: #AAD43D;
}
.AnyTagClassName
{
color: #AAD43D;
}
</style>
background-color css
<style>
a { background-color: #AAD43D; }
a { background-color: rgb(170,212,61); }
div.DivClassName
{
background-color: #AAD43D;
}
.BgClassName
{
background-color: #AAD43D;
}
</style>
border-color css
<style>
span { border-color: #AAD43D; }
span { border-color: rgb(170,212,61); }
td.TdClassName
{
border-color: #AAD43D;
}
.TagClassName
{
border-color: #AAD43D;
}
</style>