Shades of Atlantis #A2E438
Tints of Atlantis #A2E438
RGB
CMYK
RGB Variations
Color information
#A2E438 (or 0xA2E438) is known color: Atlantis. HEX triplet: A2, E4 and 38. RGB value is (162,228,56). Sum of RGB (Red+Green+Blue) = 162+228+56=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E438 is #5D1BC7. Grayscale: #BDBDBD. Windows color (decimal): -6101960 or 3728546. OLE color: 3728546.
HSL color Cylindrical-coordinate representation of color #A2E438: hue angle of 83.02º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2E438 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 56 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.11 |
| HSL | 83.02º | 0.76% | 0.56% | - |
| HSV(B) | 83.02º | 0.75% | 0.89% | - |
| XYZ | 43.36 | 63.45 | 13.7 | - |
| YUV | 188.66 | 53.13 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 56 | 0.29 | 0 | 0.75 | 0.11 | 83.02 | 0.76 | 0.56 |
| Hex | A2 | E4 | 38 | 1D | 0 | 4B | B | 53 | 4C | 38 |
| Octal | 242 | 344 | 70 | 35 | 0 | 113 | 13 | 123 | 114 | 70 |
| Binary | 10100010 | 11100100 | 111000 | 11101 | 0 | 1001011 | 1011 | 1010011 | 1001100 | 111000 |
Color Harmonies of #A2E438
Complementary color
Monochromatic Colors of #A2E438
Black with #A2E438
Text Example
Text Example
White with #A2E438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E438; }
p { color: rgb(162,228,56); }
H1.HeaderClassName
{
color: #A2E438;
}
.AnyTagClassName
{
color: #A2E438;
}
</style>
background-color css
<style>
a { background-color: #A2E438; }
a { background-color: rgb(162,228,56); }
div.DivClassName
{
background-color: #A2E438;
}
.BgClassName
{
background-color: #A2E438;
}
</style>
border-color css
<style>
span { border-color: #A2E438; }
span { border-color: rgb(162,228,56); }
td.TdClassName
{
border-color: #A2E438;
}
.TagClassName
{
border-color: #A2E438;
}
</style>