Shades of Atlantis #A2D63E
Tints of Atlantis #A2D63E
RGB
CMYK
RGB Variations
Color information
#A2D63E (or 0xA2D63E) is known color: Atlantis. HEX triplet: A2, D6 and 3E. RGB value is (162,214,62). Sum of RGB (Red+Green+Blue) = 162+214+62=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D63E is #5D29C1. Grayscale: #B5B5B5. Windows color (decimal): -6105538 or 4118178. OLE color: 4118178.
HSL color Cylindrical-coordinate representation of color #A2D63E: hue angle of 80.53º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2D63E is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 62 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.16 |
| HSL | 80.53º | 0.65% | 0.54% | - |
| HSV(B) | 80.53º | 0.71% | 0.84% | - |
| XYZ | 39.82 | 56.12 | 13.29 | - |
| YUV | 181.12 | 60.77 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 62 | 0.24 | 0 | 0.71 | 0.16 | 80.53 | 0.65 | 0.54 |
| Hex | A2 | D6 | 3E | 18 | 0 | 47 | 10 | 51 | 41 | 36 |
| Octal | 242 | 326 | 76 | 30 | 0 | 107 | 20 | 121 | 101 | 66 |
| Binary | 10100010 | 11010110 | 111110 | 11000 | 0 | 1000111 | 10000 | 1010001 | 1000001 | 110110 |
Color Harmonies of #A2D63E
Complementary color
Monochromatic Colors of #A2D63E
Black with #A2D63E
Text Example
Text Example
White with #A2D63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D63E; }
p { color: rgb(162,214,62); }
H1.HeaderClassName
{
color: #A2D63E;
}
.AnyTagClassName
{
color: #A2D63E;
}
</style>
background-color css
<style>
a { background-color: #A2D63E; }
a { background-color: rgb(162,214,62); }
div.DivClassName
{
background-color: #A2D63E;
}
.BgClassName
{
background-color: #A2D63E;
}
</style>
border-color css
<style>
span { border-color: #A2D63E; }
span { border-color: rgb(162,214,62); }
td.TdClassName
{
border-color: #A2D63E;
}
.TagClassName
{
border-color: #A2D63E;
}
</style>