Shades of Atlantis #A2E732
Tints of Atlantis #A2E732
RGB
CMYK
RGB Variations
Color information
#A2E732 (or 0xA2E732) is known color: Atlantis. HEX triplet: A2, E7 and 32. RGB value is (162,231,50). Sum of RGB (Red+Green+Blue) = 162+231+50=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E732 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E732 is #5D18CD. Grayscale: #BEBEBE. Windows color (decimal): -6101198 or 3336098. OLE color: 3336098.
HSL color Cylindrical-coordinate representation of color #A2E732: hue angle of 82.87º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2E732 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 50 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.09 |
| HSL | 82.87º | 0.79% | 0.55% | - |
| HSV(B) | 82.87º | 0.78% | 0.91% | - |
| XYZ | 44.05 | 65.06 | 13.25 | - |
| YUV | 189.74 | 49.14 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 50 | 0.30 | 0 | 0.78 | 0.09 | 82.87 | 0.79 | 0.55 |
| Hex | A2 | E7 | 32 | 1E | 0 | 4E | 9 | 53 | 4F | 37 |
| Octal | 242 | 347 | 62 | 36 | 0 | 116 | 11 | 123 | 117 | 67 |
| Binary | 10100010 | 11100111 | 110010 | 11110 | 0 | 1001110 | 1001 | 1010011 | 1001111 | 110111 |
Color Harmonies of #A2E732
Complementary color
Monochromatic Colors of #A2E732
Black with #A2E732
Text Example
Text Example
White with #A2E732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E732; }
p { color: rgb(162,231,50); }
H1.HeaderClassName
{
color: #A2E732;
}
.AnyTagClassName
{
color: #A2E732;
}
</style>
background-color css
<style>
a { background-color: #A2E732; }
a { background-color: rgb(162,231,50); }
div.DivClassName
{
background-color: #A2E732;
}
.BgClassName
{
background-color: #A2E732;
}
</style>
border-color css
<style>
span { border-color: #A2E732; }
span { border-color: rgb(162,231,50); }
td.TdClassName
{
border-color: #A2E732;
}
.TagClassName
{
border-color: #A2E732;
}
</style>