Shades of Atlantis #A6C544
Tints of Atlantis #A6C544
RGB
CMYK
RGB Variations
Color information
#A6C544 (or 0xA6C544) is known color: Atlantis. HEX triplet: A6, C5 and 44. RGB value is (166,197,68). Sum of RGB (Red+Green+Blue) = 166+197+68=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C544 is #593ABB. Grayscale: #ADADAD. Windows color (decimal): -5847740 or 4507046. OLE color: 4507046.
HSL color Cylindrical-coordinate representation of color #A6C544: hue angle of 74.42º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6C544 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 68 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.23 |
| HSL | 74.42º | 0.53% | 0.52% | - |
| HSV(B) | 74.42º | 0.65% | 0.77% | - |
| XYZ | 36.74 | 48.46 | 12.89 | - |
| YUV | 173.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 68 | 0.16 | 0 | 0.65 | 0.23 | 74.42 | 0.53 | 0.52 |
| Hex | A6 | C5 | 44 | 10 | 0 | 41 | 17 | 4A | 35 | 34 |
| Octal | 246 | 305 | 104 | 20 | 0 | 101 | 27 | 112 | 65 | 64 |
| Binary | 10100110 | 11000101 | 1000100 | 10000 | 0 | 1000001 | 10111 | 1001010 | 110101 | 110100 |
Color Harmonies of #A6C544
Complementary color
Monochromatic Colors of #A6C544
Black with #A6C544
Text Example
Text Example
White with #A6C544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C544; }
p { color: rgb(166,197,68); }
H1.HeaderClassName
{
color: #A6C544;
}
.AnyTagClassName
{
color: #A6C544;
}
</style>
background-color css
<style>
a { background-color: #A6C544; }
a { background-color: rgb(166,197,68); }
div.DivClassName
{
background-color: #A6C544;
}
.BgClassName
{
background-color: #A6C544;
}
</style>
border-color css
<style>
span { border-color: #A6C544; }
span { border-color: rgb(166,197,68); }
td.TdClassName
{
border-color: #A6C544;
}
.TagClassName
{
border-color: #A6C544;
}
</style>