Shades of Atlantis #AACC45
Tints of Atlantis #AACC45
RGB
CMYK
RGB Variations
Color information
#AACC45 (or 0xAACC45) is known color: Atlantis. HEX triplet: AA, CC and 45. RGB value is (170,204,69). Sum of RGB (Red+Green+Blue) = 170+204+69=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC45 is #5533BA. Grayscale: #B2B2B2. Windows color (decimal): -5583803 or 4574378. OLE color: 4574378.
HSL color Cylindrical-coordinate representation of color #AACC45: hue angle of 75.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AACC45 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 69 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.2 |
| HSL | 75.11º | 0.57% | 0.54% | - |
| HSV(B) | 75.11º | 0.66% | 0.8% | - |
| XYZ | 39.24 | 52.16 | 13.63 | - |
| YUV | 178.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 69 | 0.17 | 0 | 0.66 | 0.2 | 75.11 | 0.57 | 0.54 |
| Hex | AA | CC | 45 | 11 | 0 | 42 | 14 | 4B | 39 | 36 |
| Octal | 252 | 314 | 105 | 21 | 0 | 102 | 24 | 113 | 71 | 66 |
| Binary | 10101010 | 11001100 | 1000101 | 10001 | 0 | 1000010 | 10100 | 1001011 | 111001 | 110110 |
Color Harmonies of #AACC45
Complementary color
Monochromatic Colors of #AACC45
Black with #AACC45
Text Example
Text Example
White with #AACC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC45; }
p { color: rgb(170,204,69); }
H1.HeaderClassName
{
color: #AACC45;
}
.AnyTagClassName
{
color: #AACC45;
}
</style>
background-color css
<style>
a { background-color: #AACC45; }
a { background-color: rgb(170,204,69); }
div.DivClassName
{
background-color: #AACC45;
}
.BgClassName
{
background-color: #AACC45;
}
</style>
border-color css
<style>
span { border-color: #AACC45; }
span { border-color: rgb(170,204,69); }
td.TdClassName
{
border-color: #AACC45;
}
.TagClassName
{
border-color: #AACC45;
}
</style>