Shades of Atlantis #A2E431
Tints of Atlantis #A2E431
RGB
CMYK
RGB Variations
Color information
#A2E431 (or 0xA2E431) is known color: Atlantis. HEX triplet: A2, E4 and 31. RGB value is (162,228,49). Sum of RGB (Red+Green+Blue) = 162+228+49=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E431 is #5D1BCE. Grayscale: #BCBCBC. Windows color (decimal): -6101967 or 3269794. OLE color: 3269794.
HSL color Cylindrical-coordinate representation of color #A2E431: hue angle of 82.12º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2E431 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 49 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.11 |
| HSL | 82.12º | 0.77% | 0.54% | - |
| HSV(B) | 82.12º | 0.79% | 0.89% | - |
| XYZ | 43.2 | 63.39 | 12.86 | - |
| YUV | 187.86 | 49.63 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 49 | 0.29 | 0 | 0.79 | 0.11 | 82.12 | 0.77 | 0.54 |
| Hex | A2 | E4 | 31 | 1D | 0 | 4F | B | 52 | 4D | 36 |
| Octal | 242 | 344 | 61 | 35 | 0 | 117 | 13 | 122 | 115 | 66 |
| Binary | 10100010 | 11100100 | 110001 | 11101 | 0 | 1001111 | 1011 | 1010010 | 1001101 | 110110 |
Color Harmonies of #A2E431
Complementary color
Monochromatic Colors of #A2E431
Black with #A2E431
Text Example
Text Example
White with #A2E431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E431; }
p { color: rgb(162,228,49); }
H1.HeaderClassName
{
color: #A2E431;
}
.AnyTagClassName
{
color: #A2E431;
}
</style>
background-color css
<style>
a { background-color: #A2E431; }
a { background-color: rgb(162,228,49); }
div.DivClassName
{
background-color: #A2E431;
}
.BgClassName
{
background-color: #A2E431;
}
</style>
border-color css
<style>
span { border-color: #A2E431; }
span { border-color: rgb(162,228,49); }
td.TdClassName
{
border-color: #A2E431;
}
.TagClassName
{
border-color: #A2E431;
}
</style>