Shades of Atlantis #AAC73C
Tints of Atlantis #AAC73C
RGB
CMYK
RGB Variations
Color information
#AAC73C (or 0xAAC73C) is known color: Atlantis. HEX triplet: AA, C7 and 3C. RGB value is (170,199,60). Sum of RGB (Red+Green+Blue) = 170+199+60=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC73C is #5538C3. Grayscale: #AFAFAF. Windows color (decimal): -5585092 or 3983274. OLE color: 3983274.
HSL color Cylindrical-coordinate representation of color #AAC73C: hue angle of 72.52º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAC73C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 60 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.22 |
| HSL | 72.52º | 0.55% | 0.51% | - |
| HSV(B) | 72.52º | 0.7% | 0.78% | - |
| XYZ | 37.82 | 49.72 | 11.88 | - |
| YUV | 174.48 | 63.39 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 60 | 0.15 | 0 | 0.70 | 0.22 | 72.52 | 0.55 | 0.51 |
| Hex | AA | C7 | 3C | F | 0 | 46 | 16 | 49 | 37 | 33 |
| Octal | 252 | 307 | 74 | 17 | 0 | 106 | 26 | 111 | 67 | 63 |
| Binary | 10101010 | 11000111 | 111100 | 1111 | 0 | 1000110 | 10110 | 1001001 | 110111 | 110011 |
Color Harmonies of #AAC73C
Complementary color
Monochromatic Colors of #AAC73C
Black with #AAC73C
Text Example
Text Example
White with #AAC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC73C; }
p { color: rgb(170,199,60); }
H1.HeaderClassName
{
color: #AAC73C;
}
.AnyTagClassName
{
color: #AAC73C;
}
</style>
background-color css
<style>
a { background-color: #AAC73C; }
a { background-color: rgb(170,199,60); }
div.DivClassName
{
background-color: #AAC73C;
}
.BgClassName
{
background-color: #AAC73C;
}
</style>
border-color css
<style>
span { border-color: #AAC73C; }
span { border-color: rgb(170,199,60); }
td.TdClassName
{
border-color: #AAC73C;
}
.TagClassName
{
border-color: #AAC73C;
}
</style>