Shades of Atlantis #A6C946
Tints of Atlantis #A6C946
RGB
CMYK
RGB Variations
Color information
#A6C946 (or 0xA6C946) is known color: Atlantis. HEX triplet: A6, C9 and 46. RGB value is (166,201,70). Sum of RGB (Red+Green+Blue) = 166+201+70=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C946 is #5936B9. Grayscale: #B0B0B0. Windows color (decimal): -5846714 or 4639142. OLE color: 4639142.
HSL color Cylindrical-coordinate representation of color #A6C946: hue angle of 76.03º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6C946 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 70 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.21 |
| HSL | 76.03º | 0.55% | 0.53% | - |
| HSV(B) | 76.03º | 0.65% | 0.79% | - |
| XYZ | 37.72 | 50.32 | 13.52 | - |
| YUV | 175.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 70 | 0.17 | 0 | 0.65 | 0.21 | 76.03 | 0.55 | 0.53 |
| Hex | A6 | C9 | 46 | 11 | 0 | 41 | 15 | 4C | 37 | 35 |
| Octal | 246 | 311 | 106 | 21 | 0 | 101 | 25 | 114 | 67 | 65 |
| Binary | 10100110 | 11001001 | 1000110 | 10001 | 0 | 1000001 | 10101 | 1001100 | 110111 | 110101 |
Color Harmonies of #A6C946
Complementary color
Monochromatic Colors of #A6C946
Black with #A6C946
Text Example
Text Example
White with #A6C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C946; }
p { color: rgb(166,201,70); }
H1.HeaderClassName
{
color: #A6C946;
}
.AnyTagClassName
{
color: #A6C946;
}
</style>
background-color css
<style>
a { background-color: #A6C946; }
a { background-color: rgb(166,201,70); }
div.DivClassName
{
background-color: #A6C946;
}
.BgClassName
{
background-color: #A6C946;
}
</style>
border-color css
<style>
span { border-color: #A6C946; }
span { border-color: rgb(166,201,70); }
td.TdClassName
{
border-color: #A6C946;
}
.TagClassName
{
border-color: #A6C946;
}
</style>