Shades of Atlantis #A2D946
Tints of Atlantis #A2D946
RGB
CMYK
RGB Variations
Color information
#A2D946 (or 0xA2D946) is known color: Atlantis. HEX triplet: A2, D9 and 46. RGB value is (162,217,70). Sum of RGB (Red+Green+Blue) = 162+217+70=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D946 is #5D26B9. Grayscale: #B8B8B8. Windows color (decimal): -6104762 or 4643234. OLE color: 4643234.
HSL color Cylindrical-coordinate representation of color #A2D946: hue angle of 82.45º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2D946 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 70 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.15 |
| HSL | 82.45º | 0.66% | 0.56% | - |
| HSV(B) | 82.45º | 0.68% | 0.85% | - |
| XYZ | 40.82 | 57.75 | 14.79 | - |
| YUV | 183.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 70 | 0.25 | 0 | 0.68 | 0.15 | 82.45 | 0.66 | 0.56 |
| Hex | A2 | D9 | 46 | 19 | 0 | 44 | F | 52 | 42 | 38 |
| Octal | 242 | 331 | 106 | 31 | 0 | 104 | 17 | 122 | 102 | 70 |
| Binary | 10100010 | 11011001 | 1000110 | 11001 | 0 | 1000100 | 1111 | 1010010 | 1000010 | 111000 |
Color Harmonies of #A2D946
Complementary color
Monochromatic Colors of #A2D946
Black with #A2D946
Text Example
Text Example
White with #A2D946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D946; }
p { color: rgb(162,217,70); }
H1.HeaderClassName
{
color: #A2D946;
}
.AnyTagClassName
{
color: #A2D946;
}
</style>
background-color css
<style>
a { background-color: #A2D946; }
a { background-color: rgb(162,217,70); }
div.DivClassName
{
background-color: #A2D946;
}
.BgClassName
{
background-color: #A2D946;
}
</style>
border-color css
<style>
span { border-color: #A2D946; }
span { border-color: rgb(162,217,70); }
td.TdClassName
{
border-color: #A2D946;
}
.TagClassName
{
border-color: #A2D946;
}
</style>