Shades of Atlantis #AACF43
Tints of Atlantis #AACF43
RGB
CMYK
RGB Variations
Color information
#AACF43 (or 0xAACF43) is known color: Atlantis. HEX triplet: AA, CF and 43. RGB value is (170,207,67). Sum of RGB (Red+Green+Blue) = 170+207+67=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 67 (26.56% from 255 or 15.09% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF43 is #5530BC. Grayscale: #B4B4B4. Windows color (decimal): -5583037 or 4444074. OLE color: 4444074.
HSL color Cylindrical-coordinate representation of color #AACF43: hue angle of 75.86º 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 #AACF43 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 67 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.19 |
| HSL | 75.86º | 0.59% | 0.54% | - |
| HSV(B) | 75.86º | 0.68% | 0.81% | - |
| XYZ | 39.9 | 53.58 | 13.55 | - |
| YUV | 179.98 | 64.24 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 67 | 0.18 | 0 | 0.68 | 0.19 | 75.86 | 0.59 | 0.54 |
| Hex | AA | CF | 43 | 12 | 0 | 44 | 13 | 4C | 3B | 36 |
| Octal | 252 | 317 | 103 | 22 | 0 | 104 | 23 | 114 | 73 | 66 |
| Binary | 10101010 | 11001111 | 1000011 | 10010 | 0 | 1000100 | 10011 | 1001100 | 111011 | 110110 |
Color Harmonies of #AACF43
Complementary color
Monochromatic Colors of #AACF43
Black with #AACF43
Text Example
Text Example
White with #AACF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF43; }
p { color: rgb(170,207,67); }
H1.HeaderClassName
{
color: #AACF43;
}
.AnyTagClassName
{
color: #AACF43;
}
</style>
background-color css
<style>
a { background-color: #AACF43; }
a { background-color: rgb(170,207,67); }
div.DivClassName
{
background-color: #AACF43;
}
.BgClassName
{
background-color: #AACF43;
}
</style>
border-color css
<style>
span { border-color: #AACF43; }
span { border-color: rgb(170,207,67); }
td.TdClassName
{
border-color: #AACF43;
}
.TagClassName
{
border-color: #AACF43;
}
</style>