Shades of Atlantis #AACA37
Tints of Atlantis #AACA37
RGB
CMYK
RGB Variations
Color information
#AACA37 (or 0xAACA37) is known color: Atlantis. HEX triplet: AA, CA and 37. RGB value is (170,202,55). Sum of RGB (Red+Green+Blue) = 170+202+55=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA37 is #5535C8. Grayscale: #B0B0B0. Windows color (decimal): -5584329 or 3656362. OLE color: 3656362.
HSL color Cylindrical-coordinate representation of color #AACA37: hue angle of 73.06º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AACA37 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 55 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.21 |
| HSL | 73.06º | 0.58% | 0.5% | - |
| HSV(B) | 73.06º | 0.73% | 0.79% | - |
| XYZ | 38.39 | 51.06 | 11.45 | - |
| YUV | 175.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 55 | 0.16 | 0 | 0.73 | 0.21 | 73.06 | 0.58 | 0.5 |
| Hex | AA | CA | 37 | 10 | 0 | 49 | 15 | 49 | 3A | 32 |
| Octal | 252 | 312 | 67 | 20 | 0 | 111 | 25 | 111 | 72 | 62 |
| Binary | 10101010 | 11001010 | 110111 | 10000 | 0 | 1001001 | 10101 | 1001001 | 111010 | 110010 |
Color Harmonies of #AACA37
Complementary color
Monochromatic Colors of #AACA37
Black with #AACA37
Text Example
Text Example
White with #AACA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACA37; }
p { color: rgb(170,202,55); }
H1.HeaderClassName
{
color: #AACA37;
}
.AnyTagClassName
{
color: #AACA37;
}
</style>
background-color css
<style>
a { background-color: #AACA37; }
a { background-color: rgb(170,202,55); }
div.DivClassName
{
background-color: #AACA37;
}
.BgClassName
{
background-color: #AACA37;
}
</style>
border-color css
<style>
span { border-color: #AACA37; }
span { border-color: rgb(170,202,55); }
td.TdClassName
{
border-color: #AACA37;
}
.TagClassName
{
border-color: #AACA37;
}
</style>