Shades of Atlantis #AAC83D
Tints of Atlantis #AAC83D
RGB
CMYK
RGB Variations
Color information
#AAC83D (or 0xAAC83D) is known color: Atlantis. HEX triplet: AA, C8 and 3D. RGB value is (170,200,61). Sum of RGB (Red+Green+Blue) = 170+200+61=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC83D is #5537C2. Grayscale: #AFAFAF. Windows color (decimal): -5584835 or 4049066. OLE color: 4049066.
HSL color Cylindrical-coordinate representation of color #AAC83D: hue angle of 72.95º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAC83D is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 61 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.22 |
| HSL | 72.95º | 0.56% | 0.51% | - |
| HSV(B) | 72.95º | 0.7% | 0.78% | - |
| XYZ | 38.07 | 50.19 | 12.1 | - |
| YUV | 175.18 | 63.56 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 61 | 0.15 | 0 | 0.69 | 0.22 | 72.95 | 0.56 | 0.51 |
| Hex | AA | C8 | 3D | F | 0 | 45 | 16 | 49 | 38 | 33 |
| Octal | 252 | 310 | 75 | 17 | 0 | 105 | 26 | 111 | 70 | 63 |
| Binary | 10101010 | 11001000 | 111101 | 1111 | 0 | 1000101 | 10110 | 1001001 | 111000 | 110011 |
Color Harmonies of #AAC83D
Complementary color
Monochromatic Colors of #AAC83D
Black with #AAC83D
Text Example
Text Example
White with #AAC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC83D; }
p { color: rgb(170,200,61); }
H1.HeaderClassName
{
color: #AAC83D;
}
.AnyTagClassName
{
color: #AAC83D;
}
</style>
background-color css
<style>
a { background-color: #AAC83D; }
a { background-color: rgb(170,200,61); }
div.DivClassName
{
background-color: #AAC83D;
}
.BgClassName
{
background-color: #AAC83D;
}
</style>
border-color css
<style>
span { border-color: #AAC83D; }
span { border-color: rgb(170,200,61); }
td.TdClassName
{
border-color: #AAC83D;
}
.TagClassName
{
border-color: #AAC83D;
}
</style>