Shades of Atlantis #A2D53C
Tints of Atlantis #A2D53C
RGB
CMYK
RGB Variations
Color information
#A2D53C (or 0xA2D53C) is known color: Atlantis. HEX triplet: A2, D5 and 3C. RGB value is (162,213,60). Sum of RGB (Red+Green+Blue) = 162+213+60=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D53C is #5D2AC3. Grayscale: #B4B4B4. Windows color (decimal): -6105796 or 3986850. OLE color: 3986850.
HSL color Cylindrical-coordinate representation of color #A2D53C: hue angle of 80º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2D53C is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 60 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.16 |
| HSL | 80º | 0.65% | 0.54% | - |
| HSV(B) | 80º | 0.72% | 0.84% | - |
| XYZ | 39.51 | 55.6 | 12.92 | - |
| YUV | 180.31 | 60.1 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 60 | 0.24 | 0 | 0.72 | 0.16 | 80 | 0.65 | 0.54 |
| Hex | A2 | D5 | 3C | 18 | 0 | 48 | 10 | 50 | 41 | 36 |
| Octal | 242 | 325 | 74 | 30 | 0 | 110 | 20 | 120 | 101 | 66 |
| Binary | 10100010 | 11010101 | 111100 | 11000 | 0 | 1001000 | 10000 | 1010000 | 1000001 | 110110 |
Color Harmonies of #A2D53C
Complementary color
Monochromatic Colors of #A2D53C
Black with #A2D53C
Text Example
Text Example
White with #A2D53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D53C; }
p { color: rgb(162,213,60); }
H1.HeaderClassName
{
color: #A2D53C;
}
.AnyTagClassName
{
color: #A2D53C;
}
</style>
background-color css
<style>
a { background-color: #A2D53C; }
a { background-color: rgb(162,213,60); }
div.DivClassName
{
background-color: #A2D53C;
}
.BgClassName
{
background-color: #A2D53C;
}
</style>
border-color css
<style>
span { border-color: #A2D53C; }
span { border-color: rgb(162,213,60); }
td.TdClassName
{
border-color: #A2D53C;
}
.TagClassName
{
border-color: #A2D53C;
}
</style>