Shades of Atlantis #A2D545
Tints of Atlantis #A2D545
RGB
CMYK
RGB Variations
Color information
#A2D545 (or 0xA2D545) is known color: Atlantis. HEX triplet: A2, D5 and 45. RGB value is (162,213,69). Sum of RGB (Red+Green+Blue) = 162+213+69=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D545 is #5D2ABA. Grayscale: #B5B5B5. Windows color (decimal): -6105787 or 4576674. OLE color: 4576674.
HSL color Cylindrical-coordinate representation of color #A2D545: hue angle of 81.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2D545 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 69 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.16 |
| HSL | 81.25º | 0.63% | 0.55% | - |
| HSV(B) | 81.25º | 0.68% | 0.84% | - |
| XYZ | 39.77 | 55.7 | 14.29 | - |
| YUV | 181.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 69 | 0.24 | 0 | 0.68 | 0.16 | 81.25 | 0.63 | 0.55 |
| Hex | A2 | D5 | 45 | 18 | 0 | 44 | 10 | 51 | 3F | 37 |
| Octal | 242 | 325 | 105 | 30 | 0 | 104 | 20 | 121 | 77 | 67 |
| Binary | 10100010 | 11010101 | 1000101 | 11000 | 0 | 1000100 | 10000 | 1010001 | 111111 | 110111 |
Color Harmonies of #A2D545
Complementary color
Monochromatic Colors of #A2D545
Black with #A2D545
Text Example
Text Example
White with #A2D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D545; }
p { color: rgb(162,213,69); }
H1.HeaderClassName
{
color: #A2D545;
}
.AnyTagClassName
{
color: #A2D545;
}
</style>
background-color css
<style>
a { background-color: #A2D545; }
a { background-color: rgb(162,213,69); }
div.DivClassName
{
background-color: #A2D545;
}
.BgClassName
{
background-color: #A2D545;
}
</style>
border-color css
<style>
span { border-color: #A2D545; }
span { border-color: rgb(162,213,69); }
td.TdClassName
{
border-color: #A2D545;
}
.TagClassName
{
border-color: #A2D545;
}
</style>