Shades of Atlantis #AACA3E
Tints of Atlantis #AACA3E
RGB
CMYK
RGB Variations
Color information
#AACA3E (or 0xAACA3E) is known color: Atlantis. HEX triplet: AA, CA and 3E. RGB value is (170,202,62). Sum of RGB (Red+Green+Blue) = 170+202+62=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA3E is #5535C1. Grayscale: #B1B1B1. Windows color (decimal): -5584322 or 4115114. OLE color: 4115114.
HSL color Cylindrical-coordinate representation of color #AACA3E: hue angle of 73.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AACA3E is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 62 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.21 |
| HSL | 73.71º | 0.57% | 0.52% | - |
| HSV(B) | 73.71º | 0.69% | 0.79% | - |
| XYZ | 38.57 | 51.13 | 12.39 | - |
| YUV | 176.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 62 | 0.16 | 0 | 0.69 | 0.21 | 73.71 | 0.57 | 0.52 |
| Hex | AA | CA | 3E | 10 | 0 | 45 | 15 | 4A | 39 | 34 |
| Octal | 252 | 312 | 76 | 20 | 0 | 105 | 25 | 112 | 71 | 64 |
| Binary | 10101010 | 11001010 | 111110 | 10000 | 0 | 1000101 | 10101 | 1001010 | 111001 | 110100 |
Color Harmonies of #AACA3E
Complementary color
Monochromatic Colors of #AACA3E
Black with #AACA3E
Text Example
Text Example
White with #AACA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACA3E; }
p { color: rgb(170,202,62); }
H1.HeaderClassName
{
color: #AACA3E;
}
.AnyTagClassName
{
color: #AACA3E;
}
</style>
background-color css
<style>
a { background-color: #AACA3E; }
a { background-color: rgb(170,202,62); }
div.DivClassName
{
background-color: #AACA3E;
}
.BgClassName
{
background-color: #AACA3E;
}
</style>
border-color css
<style>
span { border-color: #AACA3E; }
span { border-color: rgb(170,202,62); }
td.TdClassName
{
border-color: #AACA3E;
}
.TagClassName
{
border-color: #AACA3E;
}
</style>