Shades of Atlantis #A2D641
Tints of Atlantis #A2D641
RGB
CMYK
RGB Variations
Color information
#A2D641 (or 0xA2D641) is known color: Atlantis. HEX triplet: A2, D6 and 41. RGB value is (162,214,65). Sum of RGB (Red+Green+Blue) = 162+214+65=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D641 is #5D29BE. Grayscale: #B6B6B6. Windows color (decimal): -6105535 or 4314786. OLE color: 4314786.
HSL color Cylindrical-coordinate representation of color #A2D641: hue angle of 80.94º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2D641 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 65 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.16 |
| HSL | 80.94º | 0.65% | 0.55% | - |
| HSV(B) | 80.94º | 0.7% | 0.84% | - |
| XYZ | 39.9 | 56.16 | 13.74 | - |
| YUV | 181.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 65 | 0.24 | 0 | 0.70 | 0.16 | 80.94 | 0.65 | 0.55 |
| Hex | A2 | D6 | 41 | 18 | 0 | 46 | 10 | 51 | 41 | 37 |
| Octal | 242 | 326 | 101 | 30 | 0 | 106 | 20 | 121 | 101 | 67 |
| Binary | 10100010 | 11010110 | 1000001 | 11000 | 0 | 1000110 | 10000 | 1010001 | 1000001 | 110111 |
Color Harmonies of #A2D641
Complementary color
Monochromatic Colors of #A2D641
Black with #A2D641
Text Example
Text Example
White with #A2D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D641; }
p { color: rgb(162,214,65); }
H1.HeaderClassName
{
color: #A2D641;
}
.AnyTagClassName
{
color: #A2D641;
}
</style>
background-color css
<style>
a { background-color: #A2D641; }
a { background-color: rgb(162,214,65); }
div.DivClassName
{
background-color: #A2D641;
}
.BgClassName
{
background-color: #A2D641;
}
</style>
border-color css
<style>
span { border-color: #A2D641; }
span { border-color: rgb(162,214,65); }
td.TdClassName
{
border-color: #A2D641;
}
.TagClassName
{
border-color: #A2D641;
}
</style>