Shades of Atlantis #AACF42
Tints of Atlantis #AACF42
RGB
CMYK
RGB Variations
Color information
#AACF42 (or 0xAACF42) is known color: Atlantis. HEX triplet: AA, CF and 42. RGB value is (170,207,66). Sum of RGB (Red+Green+Blue) = 170+207+66=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF42 is #5530BD. Grayscale: #B4B4B4. Windows color (decimal): -5583038 or 4378538. OLE color: 4378538.
HSL color Cylindrical-coordinate representation of color #AACF42: hue angle of 75.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AACF42 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 66 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.19 |
| HSL | 75.74º | 0.59% | 0.54% | - |
| HSV(B) | 75.74º | 0.68% | 0.81% | - |
| XYZ | 39.87 | 53.57 | 13.39 | - |
| YUV | 179.86 | 63.74 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 66 | 0.18 | 0 | 0.68 | 0.19 | 75.74 | 0.59 | 0.54 |
| Hex | AA | CF | 42 | 12 | 0 | 44 | 13 | 4C | 3B | 36 |
| Octal | 252 | 317 | 102 | 22 | 0 | 104 | 23 | 114 | 73 | 66 |
| Binary | 10101010 | 11001111 | 1000010 | 10010 | 0 | 1000100 | 10011 | 1001100 | 111011 | 110110 |
Color Harmonies of #AACF42
Complementary color
Monochromatic Colors of #AACF42
Black with #AACF42
Text Example
Text Example
White with #AACF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF42; }
p { color: rgb(170,207,66); }
H1.HeaderClassName
{
color: #AACF42;
}
.AnyTagClassName
{
color: #AACF42;
}
</style>
background-color css
<style>
a { background-color: #AACF42; }
a { background-color: rgb(170,207,66); }
div.DivClassName
{
background-color: #AACF42;
}
.BgClassName
{
background-color: #AACF42;
}
</style>
border-color css
<style>
span { border-color: #AACF42; }
span { border-color: rgb(170,207,66); }
td.TdClassName
{
border-color: #AACF42;
}
.TagClassName
{
border-color: #AACF42;
}
</style>