Shades of Atlantis #AAC93E
Tints of Atlantis #AAC93E
RGB
CMYK
RGB Variations
Color information
#AAC93E (or 0xAAC93E) is known color: Atlantis. HEX triplet: AA, C9 and 3E. RGB value is (170,201,62). Sum of RGB (Red+Green+Blue) = 170+201+62=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC93E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC93E is #5536C1. Grayscale: #B0B0B0. Windows color (decimal): -5584578 or 4114858. OLE color: 4114858.
HSL color Cylindrical-coordinate representation of color #AAC93E: hue angle of 73.38º degrees, saturation: 0.56, 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 #AAC93E is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 62 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.21 |
| HSL | 73.38º | 0.56% | 0.52% | - |
| HSV(B) | 73.38º | 0.69% | 0.79% | - |
| XYZ | 38.33 | 50.67 | 12.32 | - |
| YUV | 175.89 | 63.73 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 62 | 0.15 | 0 | 0.69 | 0.21 | 73.38 | 0.56 | 0.52 |
| Hex | AA | C9 | 3E | F | 0 | 45 | 15 | 49 | 38 | 34 |
| Octal | 252 | 311 | 76 | 17 | 0 | 105 | 25 | 111 | 70 | 64 |
| Binary | 10101010 | 11001001 | 111110 | 1111 | 0 | 1000101 | 10101 | 1001001 | 111000 | 110100 |
Color Harmonies of #AAC93E
Complementary color
Monochromatic Colors of #AAC93E
Black with #AAC93E
Text Example
Text Example
White with #AAC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC93E; }
p { color: rgb(170,201,62); }
H1.HeaderClassName
{
color: #AAC93E;
}
.AnyTagClassName
{
color: #AAC93E;
}
</style>
background-color css
<style>
a { background-color: #AAC93E; }
a { background-color: rgb(170,201,62); }
div.DivClassName
{
background-color: #AAC93E;
}
.BgClassName
{
background-color: #AAC93E;
}
</style>
border-color css
<style>
span { border-color: #AAC93E; }
span { border-color: rgb(170,201,62); }
td.TdClassName
{
border-color: #AAC93E;
}
.TagClassName
{
border-color: #AAC93E;
}
</style>