Shades of Atlantis #AADD3D
Tints of Atlantis #AADD3D
RGB
CMYK
RGB Variations
Color information
#AADD3D (or 0xAADD3D) is known color: Atlantis. HEX triplet: AA, DD and 3D. RGB value is (170,221,61). Sum of RGB (Red+Green+Blue) = 170+221+61=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD3D is #5522C2. Grayscale: #BCBCBC. Windows color (decimal): -5579459 or 4054442. OLE color: 4054442.
HSL color Cylindrical-coordinate representation of color #AADD3D: hue angle of 79.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AADD3D is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 61 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.13 |
| HSL | 79.13º | 0.7% | 0.55% | - |
| HSV(B) | 79.13º | 0.72% | 0.87% | - |
| XYZ | 43.28 | 60.6 | 13.83 | - |
| YUV | 187.51 | 56.6 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 61 | 0.23 | 0 | 0.72 | 0.13 | 79.13 | 0.7 | 0.55 |
| Hex | AA | DD | 3D | 17 | 0 | 48 | D | 4F | 46 | 37 |
| Octal | 252 | 335 | 75 | 27 | 0 | 110 | 15 | 117 | 106 | 67 |
| Binary | 10101010 | 11011101 | 111101 | 10111 | 0 | 1001000 | 1101 | 1001111 | 1000110 | 110111 |
Color Harmonies of #AADD3D
Complementary color
Monochromatic Colors of #AADD3D
Black with #AADD3D
Text Example
Text Example
White with #AADD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD3D; }
p { color: rgb(170,221,61); }
H1.HeaderClassName
{
color: #AADD3D;
}
.AnyTagClassName
{
color: #AADD3D;
}
</style>
background-color css
<style>
a { background-color: #AADD3D; }
a { background-color: rgb(170,221,61); }
div.DivClassName
{
background-color: #AADD3D;
}
.BgClassName
{
background-color: #AADD3D;
}
</style>
border-color css
<style>
span { border-color: #AADD3D; }
span { border-color: rgb(170,221,61); }
td.TdClassName
{
border-color: #AADD3D;
}
.TagClassName
{
border-color: #AADD3D;
}
</style>