Shades of Atlantis #A2D246
Tints of Atlantis #A2D246
RGB
CMYK
RGB Variations
Color information
#A2D246 (or 0xA2D246) is known color: Atlantis. HEX triplet: A2, D2 and 46. RGB value is (162,210,70). Sum of RGB (Red+Green+Blue) = 162+210+70=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D246 is #5D2DB9. Grayscale: #B4B4B4. Windows color (decimal): -6106554 or 4641442. OLE color: 4641442.
HSL color Cylindrical-coordinate representation of color #A2D246: hue angle of 80.57º degrees, saturation: 0.61, 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 #A2D246 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 70 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.18 |
| HSL | 80.57º | 0.61% | 0.55% | - |
| HSV(B) | 80.57º | 0.67% | 0.82% | - |
| XYZ | 39.05 | 54.22 | 14.2 | - |
| YUV | 179.69 | 66.1 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 70 | 0.23 | 0 | 0.67 | 0.18 | 80.57 | 0.61 | 0.55 |
| Hex | A2 | D2 | 46 | 17 | 0 | 43 | 12 | 51 | 3D | 37 |
| Octal | 242 | 322 | 106 | 27 | 0 | 103 | 22 | 121 | 75 | 67 |
| Binary | 10100010 | 11010010 | 1000110 | 10111 | 0 | 1000011 | 10010 | 1010001 | 111101 | 110111 |
Color Harmonies of #A2D246
Complementary color
Monochromatic Colors of #A2D246
Black with #A2D246
Text Example
Text Example
White with #A2D246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D246; }
p { color: rgb(162,210,70); }
H1.HeaderClassName
{
color: #A2D246;
}
.AnyTagClassName
{
color: #A2D246;
}
</style>
background-color css
<style>
a { background-color: #A2D246; }
a { background-color: rgb(162,210,70); }
div.DivClassName
{
background-color: #A2D246;
}
.BgClassName
{
background-color: #A2D246;
}
</style>
border-color css
<style>
span { border-color: #A2D246; }
span { border-color: rgb(162,210,70); }
td.TdClassName
{
border-color: #A2D246;
}
.TagClassName
{
border-color: #A2D246;
}
</style>