Shades of Atlantis #A1D146
Tints of Atlantis #A1D146
RGB
CMYK
RGB Variations
Color information
#A1D146 (or 0xA1D146) is known color: Atlantis. HEX triplet: A1, D1 and 46. RGB value is (161,209,70). Sum of RGB (Red+Green+Blue) = 161+209+70=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D146 is #5E2EB9. Grayscale: #B3B3B3. Windows color (decimal): -6172346 or 4641185. OLE color: 4641185.
HSL color Cylindrical-coordinate representation of color #A1D146: hue angle of 80.72º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1D146 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 70 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.18 |
| HSL | 80.72º | 0.6% | 0.55% | - |
| HSV(B) | 80.72º | 0.67% | 0.82% | - |
| XYZ | 38.6 | 53.62 | 14.11 | - |
| YUV | 178.8 | 66.6 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 70 | 0.23 | 0 | 0.67 | 0.18 | 80.72 | 0.6 | 0.55 |
| Hex | A1 | D1 | 46 | 17 | 0 | 43 | 12 | 51 | 3C | 37 |
| Octal | 241 | 321 | 106 | 27 | 0 | 103 | 22 | 121 | 74 | 67 |
| Binary | 10100001 | 11010001 | 1000110 | 10111 | 0 | 1000011 | 10010 | 1010001 | 111100 | 110111 |
Color Harmonies of #A1D146
Complementary color
Monochromatic Colors of #A1D146
Black with #A1D146
Text Example
Text Example
White with #A1D146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D146; }
p { color: rgb(161,209,70); }
H1.HeaderClassName
{
color: #A1D146;
}
.AnyTagClassName
{
color: #A1D146;
}
</style>
background-color css
<style>
a { background-color: #A1D146; }
a { background-color: rgb(161,209,70); }
div.DivClassName
{
background-color: #A1D146;
}
.BgClassName
{
background-color: #A1D146;
}
</style>
border-color css
<style>
span { border-color: #A1D146; }
span { border-color: rgb(161,209,70); }
td.TdClassName
{
border-color: #A1D146;
}
.TagClassName
{
border-color: #A1D146;
}
</style>