Shades of Atlantis #AACD3D
Tints of Atlantis #AACD3D
RGB
CMYK
RGB Variations
Color information
#AACD3D (or 0xAACD3D) is known color: Atlantis. HEX triplet: AA, CD and 3D. RGB value is (170,205,61). Sum of RGB (Red+Green+Blue) = 170+205+61=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD3D is #5532C2. Grayscale: #B2B2B2. Windows color (decimal): -5583555 or 4050346. OLE color: 4050346.
HSL color Cylindrical-coordinate representation of color #AACD3D: hue angle of 74.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AACD3D is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 61 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.20 |
| HSL | 74.58º | 0.59% | 0.52% | - |
| HSV(B) | 74.58º | 0.7% | 0.8% | - |
| XYZ | 39.25 | 52.55 | 12.49 | - |
| YUV | 178.12 | 61.9 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 61 | 0.17 | 0 | 0.70 | 0.20 | 74.58 | 0.59 | 0.52 |
| Hex | AA | CD | 3D | 11 | 0 | 46 | 14 | 4B | 3B | 34 |
| Octal | 252 | 315 | 75 | 21 | 0 | 106 | 24 | 113 | 73 | 64 |
| Binary | 10101010 | 11001101 | 111101 | 10001 | 0 | 1000110 | 10100 | 1001011 | 111011 | 110100 |
Color Harmonies of #AACD3D
Complementary color
Monochromatic Colors of #AACD3D
Black with #AACD3D
Text Example
Text Example
White with #AACD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD3D; }
p { color: rgb(170,205,61); }
H1.HeaderClassName
{
color: #AACD3D;
}
.AnyTagClassName
{
color: #AACD3D;
}
</style>
background-color css
<style>
a { background-color: #AACD3D; }
a { background-color: rgb(170,205,61); }
div.DivClassName
{
background-color: #AACD3D;
}
.BgClassName
{
background-color: #AACD3D;
}
</style>
border-color css
<style>
span { border-color: #AACD3D; }
span { border-color: rgb(170,205,61); }
td.TdClassName
{
border-color: #AACD3D;
}
.TagClassName
{
border-color: #AACD3D;
}
</style>