Shades of Atlantis #A2D542
Tints of Atlantis #A2D542
RGB
CMYK
RGB Variations
Color information
#A2D542 (or 0xA2D542) is known color: Atlantis. HEX triplet: A2, D5 and 42. RGB value is (162,213,66). Sum of RGB (Red+Green+Blue) = 162+213+66=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D542 is #5D2ABD. Grayscale: #B5B5B5. Windows color (decimal): -6105790 or 4380066. OLE color: 4380066.
HSL color Cylindrical-coordinate representation of color #A2D542: hue angle of 80.82º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2D542 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 66 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.16 |
| HSL | 80.82º | 0.64% | 0.55% | - |
| HSV(B) | 80.82º | 0.69% | 0.84% | - |
| XYZ | 39.68 | 55.66 | 13.81 | - |
| YUV | 180.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 66 | 0.24 | 0 | 0.69 | 0.16 | 80.82 | 0.64 | 0.55 |
| Hex | A2 | D5 | 42 | 18 | 0 | 45 | 10 | 51 | 40 | 37 |
| Octal | 242 | 325 | 102 | 30 | 0 | 105 | 20 | 121 | 100 | 67 |
| Binary | 10100010 | 11010101 | 1000010 | 11000 | 0 | 1000101 | 10000 | 1010001 | 1000000 | 110111 |
Color Harmonies of #A2D542
Complementary color
Monochromatic Colors of #A2D542
Black with #A2D542
Text Example
Text Example
White with #A2D542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D542; }
p { color: rgb(162,213,66); }
H1.HeaderClassName
{
color: #A2D542;
}
.AnyTagClassName
{
color: #A2D542;
}
</style>
background-color css
<style>
a { background-color: #A2D542; }
a { background-color: rgb(162,213,66); }
div.DivClassName
{
background-color: #A2D542;
}
.BgClassName
{
background-color: #A2D542;
}
</style>
border-color css
<style>
span { border-color: #A2D542; }
span { border-color: rgb(162,213,66); }
td.TdClassName
{
border-color: #A2D542;
}
.TagClassName
{
border-color: #A2D542;
}
</style>