Shades of Atlantis #A2E12F
Tints of Atlantis #A2E12F
RGB
CMYK
RGB Variations
Color information
#A2E12F (or 0xA2E12F) is known color: Atlantis. HEX triplet: A2, E1 and 2F. RGB value is (162,225,47). Sum of RGB (Red+Green+Blue) = 162+225+47=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E12F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E12F is #5D1ED0. Grayscale: #BABABA. Windows color (decimal): -6102737 or 3137954. OLE color: 3137954.
HSL color Cylindrical-coordinate representation of color #A2E12F: hue angle of 81.24º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2E12F is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 47 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.12 |
| HSL | 81.24º | 0.75% | 0.53% | - |
| HSV(B) | 81.24º | 0.79% | 0.88% | - |
| XYZ | 42.34 | 61.74 | 12.37 | - |
| YUV | 185.87 | 49.63 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 47 | 0.28 | 0 | 0.79 | 0.12 | 81.24 | 0.75 | 0.53 |
| Hex | A2 | E1 | 2F | 1C | 0 | 4F | C | 51 | 4B | 35 |
| Octal | 242 | 341 | 57 | 34 | 0 | 117 | 14 | 121 | 113 | 65 |
| Binary | 10100010 | 11100001 | 101111 | 11100 | 0 | 1001111 | 1100 | 1010001 | 1001011 | 110101 |
Color Harmonies of #A2E12F
Complementary color
Monochromatic Colors of #A2E12F
Black with #A2E12F
Text Example
Text Example
White with #A2E12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E12F; }
p { color: rgb(162,225,47); }
H1.HeaderClassName
{
color: #A2E12F;
}
.AnyTagClassName
{
color: #A2E12F;
}
</style>
background-color css
<style>
a { background-color: #A2E12F; }
a { background-color: rgb(162,225,47); }
div.DivClassName
{
background-color: #A2E12F;
}
.BgClassName
{
background-color: #A2E12F;
}
</style>
border-color css
<style>
span { border-color: #A2E12F; }
span { border-color: rgb(162,225,47); }
td.TdClassName
{
border-color: #A2E12F;
}
.TagClassName
{
border-color: #A2E12F;
}
</style>