Shades of Atlantis #AADD3B
Tints of Atlantis #AADD3B
RGB
CMYK
RGB Variations
Color information
#AADD3B (or 0xAADD3B) is known color: Atlantis. HEX triplet: AA, DD and 3B. RGB value is (170,221,59). Sum of RGB (Red+Green+Blue) = 170+221+59=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD3B is #5522C4. Grayscale: #BBBBBB. Windows color (decimal): -5579461 or 3923370. OLE color: 3923370.
HSL color Cylindrical-coordinate representation of color #AADD3B: hue angle of 78.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AADD3B is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 59 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.13 |
| HSL | 78.89º | 0.7% | 0.55% | - |
| HSV(B) | 78.89º | 0.73% | 0.87% | - |
| XYZ | 43.22 | 60.57 | 13.55 | - |
| YUV | 187.28 | 55.6 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 59 | 0.23 | 0 | 0.73 | 0.13 | 78.89 | 0.7 | 0.55 |
| Hex | AA | DD | 3B | 17 | 0 | 49 | D | 4F | 46 | 37 |
| Octal | 252 | 335 | 73 | 27 | 0 | 111 | 15 | 117 | 106 | 67 |
| Binary | 10101010 | 11011101 | 111011 | 10111 | 0 | 1001001 | 1101 | 1001111 | 1000110 | 110111 |
Color Harmonies of #AADD3B
Complementary color
Monochromatic Colors of #AADD3B
Black with #AADD3B
Text Example
Text Example
White with #AADD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD3B; }
p { color: rgb(170,221,59); }
H1.HeaderClassName
{
color: #AADD3B;
}
.AnyTagClassName
{
color: #AADD3B;
}
</style>
background-color css
<style>
a { background-color: #AADD3B; }
a { background-color: rgb(170,221,59); }
div.DivClassName
{
background-color: #AADD3B;
}
.BgClassName
{
background-color: #AADD3B;
}
</style>
border-color css
<style>
span { border-color: #AADD3B; }
span { border-color: rgb(170,221,59); }
td.TdClassName
{
border-color: #AADD3B;
}
.TagClassName
{
border-color: #AADD3B;
}
</style>