Shades of Atlantis #AACC3A
Tints of Atlantis #AACC3A
RGB
CMYK
RGB Variations
Color information
#AACC3A (or 0xAACC3A) is known color: Atlantis. HEX triplet: AA, CC and 3A. RGB value is (170,204,58). Sum of RGB (Red+Green+Blue) = 170+204+58=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC3A is #5533C5. Grayscale: #B1B1B1. Windows color (decimal): -5583814 or 3853482. OLE color: 3853482.
HSL color Cylindrical-coordinate representation of color #AACC3A: hue angle of 73.97º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AACC3A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 58 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.2 |
| HSL | 73.97º | 0.59% | 0.51% | - |
| HSV(B) | 73.97º | 0.72% | 0.8% | - |
| XYZ | 38.93 | 52.04 | 12 | - |
| YUV | 177.19 | 60.74 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 58 | 0.17 | 0 | 0.72 | 0.2 | 73.97 | 0.59 | 0.51 |
| Hex | AA | CC | 3A | 11 | 0 | 48 | 14 | 4A | 3B | 33 |
| Octal | 252 | 314 | 72 | 21 | 0 | 110 | 24 | 112 | 73 | 63 |
| Binary | 10101010 | 11001100 | 111010 | 10001 | 0 | 1001000 | 10100 | 1001010 | 111011 | 110011 |
Color Harmonies of #AACC3A
Complementary color
Monochromatic Colors of #AACC3A
Black with #AACC3A
Text Example
Text Example
White with #AACC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC3A; }
p { color: rgb(170,204,58); }
H1.HeaderClassName
{
color: #AACC3A;
}
.AnyTagClassName
{
color: #AACC3A;
}
</style>
background-color css
<style>
a { background-color: #AACC3A; }
a { background-color: rgb(170,204,58); }
div.DivClassName
{
background-color: #AACC3A;
}
.BgClassName
{
background-color: #AACC3A;
}
</style>
border-color css
<style>
span { border-color: #AACC3A; }
span { border-color: rgb(170,204,58); }
td.TdClassName
{
border-color: #AACC3A;
}
.TagClassName
{
border-color: #AACC3A;
}
</style>