Shades of Atlantis #A2D344
Tints of Atlantis #A2D344
RGB
CMYK
RGB Variations
Color information
#A2D344 (or 0xA2D344) is known color: Atlantis. HEX triplet: A2, D3 and 44. RGB value is (162,211,68). Sum of RGB (Red+Green+Blue) = 162+211+68=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D344 is #5D2CBB. Grayscale: #B4B4B4. Windows color (decimal): -6106300 or 4510626. OLE color: 4510626.
HSL color Cylindrical-coordinate representation of color #A2D344: hue angle of 80.56º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2D344 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 68 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.17 |
| HSL | 80.56º | 0.62% | 0.55% | - |
| HSV(B) | 80.56º | 0.68% | 0.83% | - |
| XYZ | 39.24 | 54.69 | 13.96 | - |
| YUV | 180.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 68 | 0.23 | 0 | 0.68 | 0.17 | 80.56 | 0.62 | 0.55 |
| Hex | A2 | D3 | 44 | 17 | 0 | 44 | 11 | 51 | 3E | 37 |
| Octal | 242 | 323 | 104 | 27 | 0 | 104 | 21 | 121 | 76 | 67 |
| Binary | 10100010 | 11010011 | 1000100 | 10111 | 0 | 1000100 | 10001 | 1010001 | 111110 | 110111 |
Color Harmonies of #A2D344
Complementary color
Monochromatic Colors of #A2D344
Black with #A2D344
Text Example
Text Example
White with #A2D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D344; }
p { color: rgb(162,211,68); }
H1.HeaderClassName
{
color: #A2D344;
}
.AnyTagClassName
{
color: #A2D344;
}
</style>
background-color css
<style>
a { background-color: #A2D344; }
a { background-color: rgb(162,211,68); }
div.DivClassName
{
background-color: #A2D344;
}
.BgClassName
{
background-color: #A2D344;
}
</style>
border-color css
<style>
span { border-color: #A2D344; }
span { border-color: rgb(162,211,68); }
td.TdClassName
{
border-color: #A2D344;
}
.TagClassName
{
border-color: #A2D344;
}
</style>