Shades of Atlantis #A1D842
Tints of Atlantis #A1D842
RGB
CMYK
RGB Variations
Color information
#A1D842 (or 0xA1D842) is known color: Atlantis. HEX triplet: A1, D8 and 42. RGB value is (161,216,66). Sum of RGB (Red+Green+Blue) = 161+216+66=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D842 is #5E27BD. Grayscale: #B7B7B7. Windows color (decimal): -6170558 or 4380833. OLE color: 4380833.
HSL color Cylindrical-coordinate representation of color #A1D842: hue angle of 82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1D842 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 66 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.15 |
| HSL | 82º | 0.66% | 0.55% | - |
| HSV(B) | 82º | 0.69% | 0.85% | - |
| XYZ | 40.24 | 57.08 | 14.05 | - |
| YUV | 182.46 | 62.28 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 66 | 0.25 | 0 | 0.69 | 0.15 | 82 | 0.66 | 0.55 |
| Hex | A1 | D8 | 42 | 19 | 0 | 45 | F | 52 | 42 | 37 |
| Octal | 241 | 330 | 102 | 31 | 0 | 105 | 17 | 122 | 102 | 67 |
| Binary | 10100001 | 11011000 | 1000010 | 11001 | 0 | 1000101 | 1111 | 1010010 | 1000010 | 110111 |
Color Harmonies of #A1D842
Complementary color
Monochromatic Colors of #A1D842
Black with #A1D842
Text Example
Text Example
White with #A1D842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D842; }
p { color: rgb(161,216,66); }
H1.HeaderClassName
{
color: #A1D842;
}
.AnyTagClassName
{
color: #A1D842;
}
</style>
background-color css
<style>
a { background-color: #A1D842; }
a { background-color: rgb(161,216,66); }
div.DivClassName
{
background-color: #A1D842;
}
.BgClassName
{
background-color: #A1D842;
}
</style>
border-color css
<style>
span { border-color: #A1D842; }
span { border-color: rgb(161,216,66); }
td.TdClassName
{
border-color: #A1D842;
}
.TagClassName
{
border-color: #A1D842;
}
</style>