Shades of Atlantis #A2D93A
Tints of Atlantis #A2D93A
RGB
CMYK
RGB Variations
Color information
#A2D93A (or 0xA2D93A) is known color: Atlantis. HEX triplet: A2, D9 and 3A. RGB value is (162,217,58). Sum of RGB (Red+Green+Blue) = 162+217+58=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D93A is #5D26C5. Grayscale: #B7B7B7. Windows color (decimal): -6104774 or 3856802. OLE color: 3856802.
HSL color Cylindrical-coordinate representation of color #A2D93A: hue angle of 80.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2D93A is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 58 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.15 |
| HSL | 80.75º | 0.68% | 0.54% | - |
| HSV(B) | 80.75º | 0.73% | 0.85% | - |
| XYZ | 40.48 | 57.61 | 12.99 | - |
| YUV | 182.43 | 57.78 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 58 | 0.25 | 0 | 0.73 | 0.15 | 80.75 | 0.68 | 0.54 |
| Hex | A2 | D9 | 3A | 19 | 0 | 49 | F | 51 | 44 | 36 |
| Octal | 242 | 331 | 72 | 31 | 0 | 111 | 17 | 121 | 104 | 66 |
| Binary | 10100010 | 11011001 | 111010 | 11001 | 0 | 1001001 | 1111 | 1010001 | 1000100 | 110110 |
Color Harmonies of #A2D93A
Complementary color
Monochromatic Colors of #A2D93A
Black with #A2D93A
Text Example
Text Example
White with #A2D93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D93A; }
p { color: rgb(162,217,58); }
H1.HeaderClassName
{
color: #A2D93A;
}
.AnyTagClassName
{
color: #A2D93A;
}
</style>
background-color css
<style>
a { background-color: #A2D93A; }
a { background-color: rgb(162,217,58); }
div.DivClassName
{
background-color: #A2D93A;
}
.BgClassName
{
background-color: #A2D93A;
}
</style>
border-color css
<style>
span { border-color: #A2D93A; }
span { border-color: rgb(162,217,58); }
td.TdClassName
{
border-color: #A2D93A;
}
.TagClassName
{
border-color: #A2D93A;
}
</style>