Shades of Atlantis #AACC37
Tints of Atlantis #AACC37
RGB
CMYK
RGB Variations
Color information
#AACC37 (or 0xAACC37) is known color: Atlantis. HEX triplet: AA, CC and 37. RGB value is (170,204,55). Sum of RGB (Red+Green+Blue) = 170+204+55=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC37 is #5533C8. Grayscale: #B1B1B1. Windows color (decimal): -5583817 or 3656874. OLE color: 3656874.
HSL color Cylindrical-coordinate representation of color #AACC37: hue angle of 73.69º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AACC37 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 55 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.2 |
| HSL | 73.69º | 0.59% | 0.51% | - |
| HSV(B) | 73.69º | 0.73% | 0.8% | - |
| XYZ | 38.86 | 52.01 | 11.6 | - |
| YUV | 176.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 55 | 0.17 | 0 | 0.73 | 0.2 | 73.69 | 0.59 | 0.51 |
| Hex | AA | CC | 37 | 11 | 0 | 49 | 14 | 4A | 3B | 33 |
| Octal | 252 | 314 | 67 | 21 | 0 | 111 | 24 | 112 | 73 | 63 |
| Binary | 10101010 | 11001100 | 110111 | 10001 | 0 | 1001001 | 10100 | 1001010 | 111011 | 110011 |
Color Harmonies of #AACC37
Complementary color
Monochromatic Colors of #AACC37
Black with #AACC37
Text Example
Text Example
White with #AACC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC37; }
p { color: rgb(170,204,55); }
H1.HeaderClassName
{
color: #AACC37;
}
.AnyTagClassName
{
color: #AACC37;
}
</style>
background-color css
<style>
a { background-color: #AACC37; }
a { background-color: rgb(170,204,55); }
div.DivClassName
{
background-color: #AACC37;
}
.BgClassName
{
background-color: #AACC37;
}
</style>
border-color css
<style>
span { border-color: #AACC37; }
span { border-color: rgb(170,204,55); }
td.TdClassName
{
border-color: #AACC37;
}
.TagClassName
{
border-color: #AACC37;
}
</style>