Shades of Atlantis #A6D441
Tints of Atlantis #A6D441
RGB
CMYK
RGB Variations
Color information
#A6D441 (or 0xA6D441) is known color: Atlantis. HEX triplet: A6, D4 and 41. RGB value is (166,212,65). Sum of RGB (Red+Green+Blue) = 166+212+65=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D441 is #592BBE. Grayscale: #B6B6B6. Windows color (decimal): -5843903 or 4314278. OLE color: 4314278.
HSL color Cylindrical-coordinate representation of color #A6D441: hue angle of 78.78º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6D441 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 65 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.17 |
| HSL | 78.78º | 0.63% | 0.54% | - |
| HSV(B) | 78.78º | 0.69% | 0.83% | - |
| XYZ | 40.22 | 55.58 | 13.61 | - |
| YUV | 181.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 65 | 0.22 | 0 | 0.69 | 0.17 | 78.78 | 0.63 | 0.54 |
| Hex | A6 | D4 | 41 | 16 | 0 | 45 | 11 | 4F | 3F | 36 |
| Octal | 246 | 324 | 101 | 26 | 0 | 105 | 21 | 117 | 77 | 66 |
| Binary | 10100110 | 11010100 | 1000001 | 10110 | 0 | 1000101 | 10001 | 1001111 | 111111 | 110110 |
Color Harmonies of #A6D441
Complementary color
Monochromatic Colors of #A6D441
Black with #A6D441
Text Example
Text Example
White with #A6D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D441; }
p { color: rgb(166,212,65); }
H1.HeaderClassName
{
color: #A6D441;
}
.AnyTagClassName
{
color: #A6D441;
}
</style>
background-color css
<style>
a { background-color: #A6D441; }
a { background-color: rgb(166,212,65); }
div.DivClassName
{
background-color: #A6D441;
}
.BgClassName
{
background-color: #A6D441;
}
</style>
border-color css
<style>
span { border-color: #A6D441; }
span { border-color: rgb(166,212,65); }
td.TdClassName
{
border-color: #A6D441;
}
.TagClassName
{
border-color: #A6D441;
}
</style>