Shades of Atlantis #AACF44
Tints of Atlantis #AACF44
RGB
CMYK
RGB Variations
Color information
#AACF44 (or 0xAACF44) is known color: Atlantis. HEX triplet: AA, CF and 44. RGB value is (170,207,68). Sum of RGB (Red+Green+Blue) = 170+207+68=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF44 is #5530BB. Grayscale: #B4B4B4. Windows color (decimal): -5583036 or 4509610. OLE color: 4509610.
HSL color Cylindrical-coordinate representation of color #AACF44: hue angle of 75.97º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AACF44 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 68 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.19 |
| HSL | 75.97º | 0.59% | 0.54% | - |
| HSV(B) | 75.97º | 0.67% | 0.81% | - |
| XYZ | 39.93 | 53.59 | 13.71 | - |
| YUV | 180.09 | 64.74 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 68 | 0.18 | 0 | 0.67 | 0.19 | 75.97 | 0.59 | 0.54 |
| Hex | AA | CF | 44 | 12 | 0 | 43 | 13 | 4C | 3B | 36 |
| Octal | 252 | 317 | 104 | 22 | 0 | 103 | 23 | 114 | 73 | 66 |
| Binary | 10101010 | 11001111 | 1000100 | 10010 | 0 | 1000011 | 10011 | 1001100 | 111011 | 110110 |
Color Harmonies of #AACF44
Complementary color
Monochromatic Colors of #AACF44
Black with #AACF44
Text Example
Text Example
White with #AACF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF44; }
p { color: rgb(170,207,68); }
H1.HeaderClassName
{
color: #AACF44;
}
.AnyTagClassName
{
color: #AACF44;
}
</style>
background-color css
<style>
a { background-color: #AACF44; }
a { background-color: rgb(170,207,68); }
div.DivClassName
{
background-color: #AACF44;
}
.BgClassName
{
background-color: #AACF44;
}
</style>
border-color css
<style>
span { border-color: #AACF44; }
span { border-color: rgb(170,207,68); }
td.TdClassName
{
border-color: #AACF44;
}
.TagClassName
{
border-color: #AACF44;
}
</style>