Shades of Atlantis #A2E731
Tints of Atlantis #A2E731
RGB
CMYK
RGB Variations
Color information
#A2E731 (or 0xA2E731) is known color: Atlantis. HEX triplet: A2, E7 and 31. RGB value is (162,231,49). Sum of RGB (Red+Green+Blue) = 162+231+49=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E731 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E731 is #5D18CE. Grayscale: #BEBEBE. Windows color (decimal): -6101199 or 3270562. OLE color: 3270562.
HSL color Cylindrical-coordinate representation of color #A2E731: hue angle of 82.75º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2E731 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 49 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.09 |
| HSL | 82.75º | 0.79% | 0.55% | - |
| HSV(B) | 82.75º | 0.79% | 0.91% | - |
| XYZ | 44.03 | 65.05 | 13.14 | - |
| YUV | 189.62 | 48.64 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 49 | 0.30 | 0 | 0.79 | 0.09 | 82.75 | 0.79 | 0.55 |
| Hex | A2 | E7 | 31 | 1E | 0 | 4F | 9 | 53 | 4F | 37 |
| Octal | 242 | 347 | 61 | 36 | 0 | 117 | 11 | 123 | 117 | 67 |
| Binary | 10100010 | 11100111 | 110001 | 11110 | 0 | 1001111 | 1001 | 1010011 | 1001111 | 110111 |
Color Harmonies of #A2E731
Complementary color
Monochromatic Colors of #A2E731
Black with #A2E731
Text Example
Text Example
White with #A2E731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E731; }
p { color: rgb(162,231,49); }
H1.HeaderClassName
{
color: #A2E731;
}
.AnyTagClassName
{
color: #A2E731;
}
</style>
background-color css
<style>
a { background-color: #A2E731; }
a { background-color: rgb(162,231,49); }
div.DivClassName
{
background-color: #A2E731;
}
.BgClassName
{
background-color: #A2E731;
}
</style>
border-color css
<style>
span { border-color: #A2E731; }
span { border-color: rgb(162,231,49); }
td.TdClassName
{
border-color: #A2E731;
}
.TagClassName
{
border-color: #A2E731;
}
</style>