Shades of Atlantis #A2D535
Tints of Atlantis #A2D535
RGB
CMYK
RGB Variations
Color information
#A2D535 (or 0xA2D535) is known color: Atlantis. HEX triplet: A2, D5 and 35. RGB value is (162,213,53). Sum of RGB (Red+Green+Blue) = 162+213+53=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D535 is #5D2ACA. Grayscale: #B4B4B4. Windows color (decimal): -6105803 or 3528098. OLE color: 3528098.
HSL color Cylindrical-coordinate representation of color #A2D535: hue angle of 79.12º degrees, saturation: 0.66, 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 #A2D535 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 53 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.16 |
| HSL | 79.13º | 0.66% | 0.52% | - |
| HSV(B) | 79.13º | 0.75% | 0.84% | - |
| XYZ | 39.34 | 55.53 | 12.01 | - |
| YUV | 179.51 | 56.6 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 53 | 0.24 | 0 | 0.75 | 0.16 | 79.13 | 0.66 | 0.52 |
| Hex | A2 | D5 | 35 | 18 | 0 | 4B | 10 | 4F | 42 | 34 |
| Octal | 242 | 325 | 65 | 30 | 0 | 113 | 20 | 117 | 102 | 64 |
| Binary | 10100010 | 11010101 | 110101 | 11000 | 0 | 1001011 | 10000 | 1001111 | 1000010 | 110100 |
Color Harmonies of #A2D535
Complementary color
Monochromatic Colors of #A2D535
Black with #A2D535
Text Example
Text Example
White with #A2D535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D535; }
p { color: rgb(162,213,53); }
H1.HeaderClassName
{
color: #A2D535;
}
.AnyTagClassName
{
color: #A2D535;
}
</style>
background-color css
<style>
a { background-color: #A2D535; }
a { background-color: rgb(162,213,53); }
div.DivClassName
{
background-color: #A2D535;
}
.BgClassName
{
background-color: #A2D535;
}
</style>
border-color css
<style>
span { border-color: #A2D535; }
span { border-color: rgb(162,213,53); }
td.TdClassName
{
border-color: #A2D535;
}
.TagClassName
{
border-color: #A2D535;
}
</style>