Shades of Atlantis #A6D944
Tints of Atlantis #A6D944
RGB
CMYK
RGB Variations
Color information
#A6D944 (or 0xA6D944) is known color: Atlantis. HEX triplet: A6, D9 and 44. RGB value is (166,217,68). Sum of RGB (Red+Green+Blue) = 166+217+68=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D944 is #5926BB. Grayscale: #B9B9B9. Windows color (decimal): -5842620 or 4512166. OLE color: 4512166.
HSL color Cylindrical-coordinate representation of color #A6D944: hue angle of 80.54º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6D944 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 68 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.15 |
| HSL | 80.54º | 0.66% | 0.56% | - |
| HSV(B) | 80.54º | 0.69% | 0.85% | - |
| XYZ | 41.58 | 58.15 | 14.5 | - |
| YUV | 184.77 | 62.1 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 68 | 0.24 | 0 | 0.69 | 0.15 | 80.54 | 0.66 | 0.56 |
| Hex | A6 | D9 | 44 | 18 | 0 | 45 | F | 51 | 42 | 38 |
| Octal | 246 | 331 | 104 | 30 | 0 | 105 | 17 | 121 | 102 | 70 |
| Binary | 10100110 | 11011001 | 1000100 | 11000 | 0 | 1000101 | 1111 | 1010001 | 1000010 | 111000 |
Color Harmonies of #A6D944
Complementary color
Monochromatic Colors of #A6D944
Black with #A6D944
Text Example
Text Example
White with #A6D944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D944; }
p { color: rgb(166,217,68); }
H1.HeaderClassName
{
color: #A6D944;
}
.AnyTagClassName
{
color: #A6D944;
}
</style>
background-color css
<style>
a { background-color: #A6D944; }
a { background-color: rgb(166,217,68); }
div.DivClassName
{
background-color: #A6D944;
}
.BgClassName
{
background-color: #A6D944;
}
</style>
border-color css
<style>
span { border-color: #A6D944; }
span { border-color: rgb(166,217,68); }
td.TdClassName
{
border-color: #A6D944;
}
.TagClassName
{
border-color: #A6D944;
}
</style>