Shades of Atlantis #A2E43B
Tints of Atlantis #A2E43B
RGB
CMYK
RGB Variations
Color information
#A2E43B (or 0xA2E43B) is known color: Atlantis. HEX triplet: A2, E4 and 3B. RGB value is (162,228,59). Sum of RGB (Red+Green+Blue) = 162+228+59=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E43B is #5D1BC4. Grayscale: #BDBDBD. Windows color (decimal): -6101957 or 3925154. OLE color: 3925154.
HSL color Cylindrical-coordinate representation of color #A2E43B: hue angle of 83.43º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2E43B is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 59 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.11 |
| HSL | 83.43º | 0.76% | 0.56% | - |
| HSV(B) | 83.43º | 0.74% | 0.89% | - |
| XYZ | 43.43 | 63.48 | 14.1 | - |
| YUV | 189 | 54.63 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 59 | 0.29 | 0 | 0.74 | 0.11 | 83.43 | 0.76 | 0.56 |
| Hex | A2 | E4 | 3B | 1D | 0 | 4A | B | 53 | 4C | 38 |
| Octal | 242 | 344 | 73 | 35 | 0 | 112 | 13 | 123 | 114 | 70 |
| Binary | 10100010 | 11100100 | 111011 | 11101 | 0 | 1001010 | 1011 | 1010011 | 1001100 | 111000 |
Color Harmonies of #A2E43B
Complementary color
Monochromatic Colors of #A2E43B
Black with #A2E43B
Text Example
Text Example
White with #A2E43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E43B; }
p { color: rgb(162,228,59); }
H1.HeaderClassName
{
color: #A2E43B;
}
.AnyTagClassName
{
color: #A2E43B;
}
</style>
background-color css
<style>
a { background-color: #A2E43B; }
a { background-color: rgb(162,228,59); }
div.DivClassName
{
background-color: #A2E43B;
}
.BgClassName
{
background-color: #A2E43B;
}
</style>
border-color css
<style>
span { border-color: #A2E43B; }
span { border-color: rgb(162,228,59); }
td.TdClassName
{
border-color: #A2E43B;
}
.TagClassName
{
border-color: #A2E43B;
}
</style>