Shades of Atlantis #A1D446
Tints of Atlantis #A1D446
RGB
CMYK
RGB Variations
Color information
#A1D446 (or 0xA1D446) is known color: Atlantis. HEX triplet: A1, D4 and 46. RGB value is (161,212,70). Sum of RGB (Red+Green+Blue) = 161+212+70=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D446 is #5E2BB9. Grayscale: #B5B5B5. Windows color (decimal): -6171578 or 4641953. OLE color: 4641953.
HSL color Cylindrical-coordinate representation of color #A1D446: hue angle of 81.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1D446 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 212 | 70 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.17 |
| HSL | 81.55º | 0.62% | 0.55% | - |
| HSV(B) | 81.55º | 0.67% | 0.83% | - |
| XYZ | 39.35 | 55.11 | 14.36 | - |
| YUV | 180.56 | 65.6 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 70 | 0.24 | 0 | 0.67 | 0.17 | 81.55 | 0.62 | 0.55 |
| Hex | A1 | D4 | 46 | 18 | 0 | 43 | 11 | 52 | 3E | 37 |
| Octal | 241 | 324 | 106 | 30 | 0 | 103 | 21 | 122 | 76 | 67 |
| Binary | 10100001 | 11010100 | 1000110 | 11000 | 0 | 1000011 | 10001 | 1010010 | 111110 | 110111 |
Color Harmonies of #A1D446
Complementary color
Monochromatic Colors of #A1D446
Black with #A1D446
Text Example
Text Example
White with #A1D446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D446; }
p { color: rgb(161,212,70); }
H1.HeaderClassName
{
color: #A1D446;
}
.AnyTagClassName
{
color: #A1D446;
}
</style>
background-color css
<style>
a { background-color: #A1D446; }
a { background-color: rgb(161,212,70); }
div.DivClassName
{
background-color: #A1D446;
}
.BgClassName
{
background-color: #A1D446;
}
</style>
border-color css
<style>
span { border-color: #A1D446; }
span { border-color: rgb(161,212,70); }
td.TdClassName
{
border-color: #A1D446;
}
.TagClassName
{
border-color: #A1D446;
}
</style>