Shades of Atlantis #AAC73E
Tints of Atlantis #AAC73E
RGB
CMYK
RGB Variations
Color information
#AAC73E (or 0xAAC73E) is known color: Atlantis. HEX triplet: AA, C7 and 3E. RGB value is (170,199,62). Sum of RGB (Red+Green+Blue) = 170+199+62=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC73E is #5538C1. Grayscale: #AFAFAF. Windows color (decimal): -5585090 or 4114346. OLE color: 4114346.
HSL color Cylindrical-coordinate representation of color #AAC73E: hue angle of 72.7º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAC73E is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 62 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.22 |
| HSL | 72.7º | 0.55% | 0.51% | - |
| HSV(B) | 72.7º | 0.69% | 0.78% | - |
| XYZ | 37.87 | 49.74 | 12.16 | - |
| YUV | 174.71 | 64.39 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 62 | 0.15 | 0 | 0.69 | 0.22 | 72.7 | 0.55 | 0.51 |
| Hex | AA | C7 | 3E | F | 0 | 45 | 16 | 49 | 37 | 33 |
| Octal | 252 | 307 | 76 | 17 | 0 | 105 | 26 | 111 | 67 | 63 |
| Binary | 10101010 | 11000111 | 111110 | 1111 | 0 | 1000101 | 10110 | 1001001 | 110111 | 110011 |
Color Harmonies of #AAC73E
Complementary color
Monochromatic Colors of #AAC73E
Black with #AAC73E
Text Example
Text Example
White with #AAC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC73E; }
p { color: rgb(170,199,62); }
H1.HeaderClassName
{
color: #AAC73E;
}
.AnyTagClassName
{
color: #AAC73E;
}
</style>
background-color css
<style>
a { background-color: #AAC73E; }
a { background-color: rgb(170,199,62); }
div.DivClassName
{
background-color: #AAC73E;
}
.BgClassName
{
background-color: #AAC73E;
}
</style>
border-color css
<style>
span { border-color: #AAC73E; }
span { border-color: rgb(170,199,62); }
td.TdClassName
{
border-color: #AAC73E;
}
.TagClassName
{
border-color: #AAC73E;
}
</style>