Shades of Atlantis #A2D536
Tints of Atlantis #A2D536
RGB
CMYK
RGB Variations
Color information
#A2D536 (or 0xA2D536) is known color: Atlantis. HEX triplet: A2, D5 and 36. RGB value is (162,213,54). Sum of RGB (Red+Green+Blue) = 162+213+54=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D536 is #5D2AC9. Grayscale: #B4B4B4. Windows color (decimal): -6105802 or 3593634. OLE color: 3593634.
HSL color Cylindrical-coordinate representation of color #A2D536: hue angle of 79.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2D536 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 54 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.16 |
| HSL | 79.25º | 0.65% | 0.52% | - |
| HSV(B) | 79.25º | 0.75% | 0.84% | - |
| XYZ | 39.36 | 55.54 | 12.14 | - |
| YUV | 179.63 | 57.1 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 54 | 0.24 | 0 | 0.75 | 0.16 | 79.25 | 0.65 | 0.52 |
| Hex | A2 | D5 | 36 | 18 | 0 | 4B | 10 | 4F | 41 | 34 |
| Octal | 242 | 325 | 66 | 30 | 0 | 113 | 20 | 117 | 101 | 64 |
| Binary | 10100010 | 11010101 | 110110 | 11000 | 0 | 1001011 | 10000 | 1001111 | 1000001 | 110100 |
Color Harmonies of #A2D536
Complementary color
Monochromatic Colors of #A2D536
Black with #A2D536
Text Example
Text Example
White with #A2D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D536; }
p { color: rgb(162,213,54); }
H1.HeaderClassName
{
color: #A2D536;
}
.AnyTagClassName
{
color: #A2D536;
}
</style>
background-color css
<style>
a { background-color: #A2D536; }
a { background-color: rgb(162,213,54); }
div.DivClassName
{
background-color: #A2D536;
}
.BgClassName
{
background-color: #A2D536;
}
</style>
border-color css
<style>
span { border-color: #A2D536; }
span { border-color: rgb(162,213,54); }
td.TdClassName
{
border-color: #A2D536;
}
.TagClassName
{
border-color: #A2D536;
}
</style>