Shades of Atlantis #AAC941
Tints of Atlantis #AAC941
RGB
CMYK
RGB Variations
Color information
#AAC941 (or 0xAAC941) is known color: Atlantis. HEX triplet: AA, C9 and 41. RGB value is (170,201,65). Sum of RGB (Red+Green+Blue) = 170+201+65=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC941 is #5536BE. Grayscale: #B0B0B0. Windows color (decimal): -5584575 or 4311466. OLE color: 4311466.
HSL color Cylindrical-coordinate representation of color #AAC941: hue angle of 73.68º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAC941 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 65 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.21 |
| HSL | 73.68º | 0.56% | 0.52% | - |
| HSV(B) | 73.68º | 0.68% | 0.79% | - |
| XYZ | 38.42 | 50.7 | 12.76 | - |
| YUV | 176.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 65 | 0.15 | 0 | 0.68 | 0.21 | 73.68 | 0.56 | 0.52 |
| Hex | AA | C9 | 41 | F | 0 | 44 | 15 | 4A | 38 | 34 |
| Octal | 252 | 311 | 101 | 17 | 0 | 104 | 25 | 112 | 70 | 64 |
| Binary | 10101010 | 11001001 | 1000001 | 1111 | 0 | 1000100 | 10101 | 1001010 | 111000 | 110100 |
Color Harmonies of #AAC941
Complementary color
Monochromatic Colors of #AAC941
Black with #AAC941
Text Example
Text Example
White with #AAC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC941; }
p { color: rgb(170,201,65); }
H1.HeaderClassName
{
color: #AAC941;
}
.AnyTagClassName
{
color: #AAC941;
}
</style>
background-color css
<style>
a { background-color: #AAC941; }
a { background-color: rgb(170,201,65); }
div.DivClassName
{
background-color: #AAC941;
}
.BgClassName
{
background-color: #AAC941;
}
</style>
border-color css
<style>
span { border-color: #AAC941; }
span { border-color: rgb(170,201,65); }
td.TdClassName
{
border-color: #AAC941;
}
.TagClassName
{
border-color: #AAC941;
}
</style>