Shades of Atlantis #A2D63A
Tints of Atlantis #A2D63A
RGB
CMYK
RGB Variations
Color information
#A2D63A (or 0xA2D63A) is known color: Atlantis. HEX triplet: A2, D6 and 3A. RGB value is (162,214,58). Sum of RGB (Red+Green+Blue) = 162+214+58=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D63A is #5D29C5. Grayscale: #B5B5B5. Windows color (decimal): -6105542 or 3856034. OLE color: 3856034.
HSL color Cylindrical-coordinate representation of color #A2D63A: hue angle of 80º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2D63A is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 58 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.16 |
| HSL | 80º | 0.66% | 0.53% | - |
| HSV(B) | 80º | 0.73% | 0.84% | - |
| XYZ | 39.71 | 56.08 | 12.73 | - |
| YUV | 180.67 | 58.77 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 58 | 0.24 | 0 | 0.73 | 0.16 | 80 | 0.66 | 0.53 |
| Hex | A2 | D6 | 3A | 18 | 0 | 49 | 10 | 50 | 42 | 35 |
| Octal | 242 | 326 | 72 | 30 | 0 | 111 | 20 | 120 | 102 | 65 |
| Binary | 10100010 | 11010110 | 111010 | 11000 | 0 | 1001001 | 10000 | 1010000 | 1000010 | 110101 |
Color Harmonies of #A2D63A
Complementary color
Monochromatic Colors of #A2D63A
Black with #A2D63A
Text Example
Text Example
White with #A2D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D63A; }
p { color: rgb(162,214,58); }
H1.HeaderClassName
{
color: #A2D63A;
}
.AnyTagClassName
{
color: #A2D63A;
}
</style>
background-color css
<style>
a { background-color: #A2D63A; }
a { background-color: rgb(162,214,58); }
div.DivClassName
{
background-color: #A2D63A;
}
.BgClassName
{
background-color: #A2D63A;
}
</style>
border-color css
<style>
span { border-color: #A2D63A; }
span { border-color: rgb(162,214,58); }
td.TdClassName
{
border-color: #A2D63A;
}
.TagClassName
{
border-color: #A2D63A;
}
</style>