Shades of Atlantis #AACB3E
Tints of Atlantis #AACB3E
RGB
CMYK
RGB Variations
Color information
#AACB3E (or 0xAACB3E) is known color: Atlantis. HEX triplet: AA, CB and 3E. RGB value is (170,203,62). Sum of RGB (Red+Green+Blue) = 170+203+62=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB3E is #5534C1. Grayscale: #B1B1B1. Windows color (decimal): -5584066 or 4115370. OLE color: 4115370.
HSL color Cylindrical-coordinate representation of color #AACB3E: hue angle of 74.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AACB3E is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 62 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.20 |
| HSL | 74.04º | 0.58% | 0.52% | - |
| HSV(B) | 74.04º | 0.69% | 0.8% | - |
| XYZ | 38.8 | 51.61 | 12.47 | - |
| YUV | 177.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 62 | 0.16 | 0 | 0.69 | 0.20 | 74.04 | 0.58 | 0.52 |
| Hex | AA | CB | 3E | 10 | 0 | 45 | 14 | 4A | 3A | 34 |
| Octal | 252 | 313 | 76 | 20 | 0 | 105 | 24 | 112 | 72 | 64 |
| Binary | 10101010 | 11001011 | 111110 | 10000 | 0 | 1000101 | 10100 | 1001010 | 111010 | 110100 |
Color Harmonies of #AACB3E
Complementary color
Monochromatic Colors of #AACB3E
Black with #AACB3E
Text Example
Text Example
White with #AACB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB3E; }
p { color: rgb(170,203,62); }
H1.HeaderClassName
{
color: #AACB3E;
}
.AnyTagClassName
{
color: #AACB3E;
}
</style>
background-color css
<style>
a { background-color: #AACB3E; }
a { background-color: rgb(170,203,62); }
div.DivClassName
{
background-color: #AACB3E;
}
.BgClassName
{
background-color: #AACB3E;
}
</style>
border-color css
<style>
span { border-color: #AACB3E; }
span { border-color: rgb(170,203,62); }
td.TdClassName
{
border-color: #AACB3E;
}
.TagClassName
{
border-color: #AACB3E;
}
</style>