Shades of Atlantis #AACB44
Tints of Atlantis #AACB44
RGB
CMYK
RGB Variations
Color information
#AACB44 (or 0xAACB44) is known color: Atlantis. HEX triplet: AA, CB and 44. RGB value is (170,203,68). Sum of RGB (Red+Green+Blue) = 170+203+68=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB44 is #5534BB. Grayscale: #B2B2B2. Windows color (decimal): -5584060 or 4508586. OLE color: 4508586.
HSL color Cylindrical-coordinate representation of color #AACB44: hue angle of 74.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AACB44 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 68 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.20 |
| HSL | 74.67º | 0.56% | 0.53% | - |
| HSV(B) | 74.67º | 0.67% | 0.8% | - |
| XYZ | 38.98 | 51.68 | 13.39 | - |
| YUV | 177.74 | 66.07 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 68 | 0.16 | 0 | 0.67 | 0.20 | 74.67 | 0.56 | 0.53 |
| Hex | AA | CB | 44 | 10 | 0 | 43 | 14 | 4B | 38 | 35 |
| Octal | 252 | 313 | 104 | 20 | 0 | 103 | 24 | 113 | 70 | 65 |
| Binary | 10101010 | 11001011 | 1000100 | 10000 | 0 | 1000011 | 10100 | 1001011 | 111000 | 110101 |
Color Harmonies of #AACB44
Complementary color
Monochromatic Colors of #AACB44
Black with #AACB44
Text Example
Text Example
White with #AACB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB44; }
p { color: rgb(170,203,68); }
H1.HeaderClassName
{
color: #AACB44;
}
.AnyTagClassName
{
color: #AACB44;
}
</style>
background-color css
<style>
a { background-color: #AACB44; }
a { background-color: rgb(170,203,68); }
div.DivClassName
{
background-color: #AACB44;
}
.BgClassName
{
background-color: #AACB44;
}
</style>
border-color css
<style>
span { border-color: #AACB44; }
span { border-color: rgb(170,203,68); }
td.TdClassName
{
border-color: #AACB44;
}
.TagClassName
{
border-color: #AACB44;
}
</style>