Shades of Atlantis #A2D73A
Tints of Atlantis #A2D73A
RGB
CMYK
RGB Variations
Color information
#A2D73A (or 0xA2D73A) is known color: Atlantis. HEX triplet: A2, D7 and 3A. RGB value is (162,215,58). Sum of RGB (Red+Green+Blue) = 162+215+58=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D73A is #5D28C5. Grayscale: #B5B5B5. Windows color (decimal): -6105286 or 3856290. OLE color: 3856290.
HSL color Cylindrical-coordinate representation of color #A2D73A: hue angle of 80.25º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2D73A is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 58 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.16 |
| HSL | 80.25º | 0.66% | 0.54% | - |
| HSV(B) | 80.25º | 0.73% | 0.84% | - |
| XYZ | 39.96 | 56.59 | 12.82 | - |
| YUV | 181.26 | 58.44 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 58 | 0.25 | 0 | 0.73 | 0.16 | 80.25 | 0.66 | 0.54 |
| Hex | A2 | D7 | 3A | 19 | 0 | 49 | 10 | 50 | 42 | 36 |
| Octal | 242 | 327 | 72 | 31 | 0 | 111 | 20 | 120 | 102 | 66 |
| Binary | 10100010 | 11010111 | 111010 | 11001 | 0 | 1001001 | 10000 | 1010000 | 1000010 | 110110 |
Color Harmonies of #A2D73A
Complementary color
Monochromatic Colors of #A2D73A
Black with #A2D73A
Text Example
Text Example
White with #A2D73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D73A; }
p { color: rgb(162,215,58); }
H1.HeaderClassName
{
color: #A2D73A;
}
.AnyTagClassName
{
color: #A2D73A;
}
</style>
background-color css
<style>
a { background-color: #A2D73A; }
a { background-color: rgb(162,215,58); }
div.DivClassName
{
background-color: #A2D73A;
}
.BgClassName
{
background-color: #A2D73A;
}
</style>
border-color css
<style>
span { border-color: #A2D73A; }
span { border-color: rgb(162,215,58); }
td.TdClassName
{
border-color: #A2D73A;
}
.TagClassName
{
border-color: #A2D73A;
}
</style>