Shades of Atlantis #AACB3F
Tints of Atlantis #AACB3F
RGB
CMYK
RGB Variations
Color information
#AACB3F (or 0xAACB3F) is known color: Atlantis. HEX triplet: AA, CB and 3F. RGB value is (170,203,63). Sum of RGB (Red+Green+Blue) = 170+203+63=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB3F is #5534C0. Grayscale: #B1B1B1. Windows color (decimal): -5584065 or 4180906. OLE color: 4180906.
HSL color Cylindrical-coordinate representation of color #AACB3F: hue angle of 74.14º degrees, saturation: 0.57, 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 #AACB3F is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 63 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.20 |
| HSL | 74.14º | 0.57% | 0.52% | - |
| HSV(B) | 74.14º | 0.69% | 0.8% | - |
| XYZ | 38.83 | 51.62 | 12.62 | - |
| YUV | 177.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 63 | 0.16 | 0 | 0.69 | 0.20 | 74.14 | 0.57 | 0.52 |
| Hex | AA | CB | 3F | 10 | 0 | 45 | 14 | 4A | 39 | 34 |
| Octal | 252 | 313 | 77 | 20 | 0 | 105 | 24 | 112 | 71 | 64 |
| Binary | 10101010 | 11001011 | 111111 | 10000 | 0 | 1000101 | 10100 | 1001010 | 111001 | 110100 |
Color Harmonies of #AACB3F
Complementary color
Monochromatic Colors of #AACB3F
Black with #AACB3F
Text Example
Text Example
White with #AACB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB3F; }
p { color: rgb(170,203,63); }
H1.HeaderClassName
{
color: #AACB3F;
}
.AnyTagClassName
{
color: #AACB3F;
}
</style>
background-color css
<style>
a { background-color: #AACB3F; }
a { background-color: rgb(170,203,63); }
div.DivClassName
{
background-color: #AACB3F;
}
.BgClassName
{
background-color: #AACB3F;
}
</style>
border-color css
<style>
span { border-color: #AACB3F; }
span { border-color: rgb(170,203,63); }
td.TdClassName
{
border-color: #AACB3F;
}
.TagClassName
{
border-color: #AACB3F;
}
</style>