Shades of Atlantis #A2D538
Tints of Atlantis #A2D538
RGB
CMYK
RGB Variations
Color information
#A2D538 (or 0xA2D538) is known color: Atlantis. HEX triplet: A2, D5 and 38. RGB value is (162,213,56). Sum of RGB (Red+Green+Blue) = 162+213+56=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D538 is #5D2AC7. Grayscale: #B4B4B4. Windows color (decimal): -6105800 or 3724706. OLE color: 3724706.
HSL color Cylindrical-coordinate representation of color #A2D538: hue angle of 79.49º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2D538 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 56 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.16 |
| HSL | 79.49º | 0.65% | 0.53% | - |
| HSV(B) | 79.49º | 0.74% | 0.84% | - |
| XYZ | 39.41 | 55.56 | 12.39 | - |
| YUV | 179.85 | 58.1 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 56 | 0.24 | 0 | 0.74 | 0.16 | 79.49 | 0.65 | 0.53 |
| Hex | A2 | D5 | 38 | 18 | 0 | 4A | 10 | 4F | 41 | 35 |
| Octal | 242 | 325 | 70 | 30 | 0 | 112 | 20 | 117 | 101 | 65 |
| Binary | 10100010 | 11010101 | 111000 | 11000 | 0 | 1001010 | 10000 | 1001111 | 1000001 | 110101 |
Color Harmonies of #A2D538
Complementary color
Monochromatic Colors of #A2D538
Black with #A2D538
Text Example
Text Example
White with #A2D538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D538; }
p { color: rgb(162,213,56); }
H1.HeaderClassName
{
color: #A2D538;
}
.AnyTagClassName
{
color: #A2D538;
}
</style>
background-color css
<style>
a { background-color: #A2D538; }
a { background-color: rgb(162,213,56); }
div.DivClassName
{
background-color: #A2D538;
}
.BgClassName
{
background-color: #A2D538;
}
</style>
border-color css
<style>
span { border-color: #A2D538; }
span { border-color: rgb(162,213,56); }
td.TdClassName
{
border-color: #A2D538;
}
.TagClassName
{
border-color: #A2D538;
}
</style>