Shades of Atlantis #AACB45
Tints of Atlantis #AACB45
RGB
CMYK
RGB Variations
Color information
#AACB45 (or 0xAACB45) is known color: Atlantis. HEX triplet: AA, CB and 45. RGB value is (170,203,69). Sum of RGB (Red+Green+Blue) = 170+203+69=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB45 is #5534BA. Grayscale: #B2B2B2. Windows color (decimal): -5584059 or 4574122. OLE color: 4574122.
HSL color Cylindrical-coordinate representation of color #AACB45: hue angle of 74.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AACB45 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 69 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.20 |
| HSL | 74.78º | 0.56% | 0.53% | - |
| HSV(B) | 74.78º | 0.66% | 0.8% | - |
| XYZ | 39.01 | 51.69 | 13.55 | - |
| YUV | 177.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 69 | 0.16 | 0 | 0.66 | 0.20 | 74.78 | 0.56 | 0.53 |
| Hex | AA | CB | 45 | 10 | 0 | 42 | 14 | 4B | 38 | 35 |
| Octal | 252 | 313 | 105 | 20 | 0 | 102 | 24 | 113 | 70 | 65 |
| Binary | 10101010 | 11001011 | 1000101 | 10000 | 0 | 1000010 | 10100 | 1001011 | 111000 | 110101 |
Color Harmonies of #AACB45
Complementary color
Monochromatic Colors of #AACB45
Black with #AACB45
Text Example
Text Example
White with #AACB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB45; }
p { color: rgb(170,203,69); }
H1.HeaderClassName
{
color: #AACB45;
}
.AnyTagClassName
{
color: #AACB45;
}
</style>
background-color css
<style>
a { background-color: #AACB45; }
a { background-color: rgb(170,203,69); }
div.DivClassName
{
background-color: #AACB45;
}
.BgClassName
{
background-color: #AACB45;
}
</style>
border-color css
<style>
span { border-color: #AACB45; }
span { border-color: rgb(170,203,69); }
td.TdClassName
{
border-color: #AACB45;
}
.TagClassName
{
border-color: #AACB45;
}
</style>