Shades of Atlantis #A2D644
Tints of Atlantis #A2D644
RGB
CMYK
RGB Variations
Color information
#A2D644 (or 0xA2D644) is known color: Atlantis. HEX triplet: A2, D6 and 44. RGB value is (162,214,68). Sum of RGB (Red+Green+Blue) = 162+214+68=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D644 is #5D29BB. Grayscale: #B6B6B6. Windows color (decimal): -6105532 or 4511394. OLE color: 4511394.
HSL color Cylindrical-coordinate representation of color #A2D644: hue angle of 81.37º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2D644 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 68 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.16 |
| HSL | 81.37º | 0.64% | 0.55% | - |
| HSV(B) | 81.37º | 0.68% | 0.84% | - |
| XYZ | 39.99 | 56.19 | 14.21 | - |
| YUV | 181.81 | 63.77 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 68 | 0.24 | 0 | 0.68 | 0.16 | 81.37 | 0.64 | 0.55 |
| Hex | A2 | D6 | 44 | 18 | 0 | 44 | 10 | 51 | 40 | 37 |
| Octal | 242 | 326 | 104 | 30 | 0 | 104 | 20 | 121 | 100 | 67 |
| Binary | 10100010 | 11010110 | 1000100 | 11000 | 0 | 1000100 | 10000 | 1010001 | 1000000 | 110111 |
Color Harmonies of #A2D644
Complementary color
Monochromatic Colors of #A2D644
Black with #A2D644
Text Example
Text Example
White with #A2D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D644; }
p { color: rgb(162,214,68); }
H1.HeaderClassName
{
color: #A2D644;
}
.AnyTagClassName
{
color: #A2D644;
}
</style>
background-color css
<style>
a { background-color: #A2D644; }
a { background-color: rgb(162,214,68); }
div.DivClassName
{
background-color: #A2D644;
}
.BgClassName
{
background-color: #A2D644;
}
</style>
border-color css
<style>
span { border-color: #A2D644; }
span { border-color: rgb(162,214,68); }
td.TdClassName
{
border-color: #A2D644;
}
.TagClassName
{
border-color: #A2D644;
}
</style>