Shades of Atlantis #AACC3E
Tints of Atlantis #AACC3E
RGB
CMYK
RGB Variations
Color information
#AACC3E (or 0xAACC3E) is known color: Atlantis. HEX triplet: AA, CC and 3E. RGB value is (170,204,62). Sum of RGB (Red+Green+Blue) = 170+204+62=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC3E is #5533C1. Grayscale: #B2B2B2. Windows color (decimal): -5583810 or 4115626. OLE color: 4115626.
HSL color Cylindrical-coordinate representation of color #AACC3E: hue angle of 74.37º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AACC3E is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 62 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.2 |
| HSL | 74.37º | 0.58% | 0.52% | - |
| HSV(B) | 74.37º | 0.7% | 0.8% | - |
| XYZ | 39.04 | 52.08 | 12.55 | - |
| YUV | 177.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 62 | 0.17 | 0 | 0.70 | 0.2 | 74.37 | 0.58 | 0.52 |
| Hex | AA | CC | 3E | 11 | 0 | 46 | 14 | 4A | 3A | 34 |
| Octal | 252 | 314 | 76 | 21 | 0 | 106 | 24 | 112 | 72 | 64 |
| Binary | 10101010 | 11001100 | 111110 | 10001 | 0 | 1000110 | 10100 | 1001010 | 111010 | 110100 |
Color Harmonies of #AACC3E
Complementary color
Monochromatic Colors of #AACC3E
Black with #AACC3E
Text Example
Text Example
White with #AACC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC3E; }
p { color: rgb(170,204,62); }
H1.HeaderClassName
{
color: #AACC3E;
}
.AnyTagClassName
{
color: #AACC3E;
}
</style>
background-color css
<style>
a { background-color: #AACC3E; }
a { background-color: rgb(170,204,62); }
div.DivClassName
{
background-color: #AACC3E;
}
.BgClassName
{
background-color: #AACC3E;
}
</style>
border-color css
<style>
span { border-color: #AACC3E; }
span { border-color: rgb(170,204,62); }
td.TdClassName
{
border-color: #AACC3E;
}
.TagClassName
{
border-color: #AACC3E;
}
</style>