Shades of Atlantis #AACC3C
Tints of Atlantis #AACC3C
RGB
CMYK
RGB Variations
Color information
#AACC3C (or 0xAACC3C) is known color: Atlantis. HEX triplet: AA, CC and 3C. RGB value is (170,204,60). Sum of RGB (Red+Green+Blue) = 170+204+60=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC3C is #5533C3. Grayscale: #B1B1B1. Windows color (decimal): -5583812 or 3984554. OLE color: 3984554.
HSL color Cylindrical-coordinate representation of color #AACC3C: hue angle of 74.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AACC3C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 60 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.2 |
| HSL | 74.17º | 0.59% | 0.52% | - |
| HSV(B) | 74.17º | 0.71% | 0.8% | - |
| XYZ | 38.99 | 52.06 | 12.27 | - |
| YUV | 177.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 60 | 0.17 | 0 | 0.71 | 0.2 | 74.17 | 0.59 | 0.52 |
| Hex | AA | CC | 3C | 11 | 0 | 47 | 14 | 4A | 3B | 34 |
| Octal | 252 | 314 | 74 | 21 | 0 | 107 | 24 | 112 | 73 | 64 |
| Binary | 10101010 | 11001100 | 111100 | 10001 | 0 | 1000111 | 10100 | 1001010 | 111011 | 110100 |
Color Harmonies of #AACC3C
Complementary color
Monochromatic Colors of #AACC3C
Black with #AACC3C
Text Example
Text Example
White with #AACC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC3C; }
p { color: rgb(170,204,60); }
H1.HeaderClassName
{
color: #AACC3C;
}
.AnyTagClassName
{
color: #AACC3C;
}
</style>
background-color css
<style>
a { background-color: #AACC3C; }
a { background-color: rgb(170,204,60); }
div.DivClassName
{
background-color: #AACC3C;
}
.BgClassName
{
background-color: #AACC3C;
}
</style>
border-color css
<style>
span { border-color: #AACC3C; }
span { border-color: rgb(170,204,60); }
td.TdClassName
{
border-color: #AACC3C;
}
.TagClassName
{
border-color: #AACC3C;
}
</style>