Shades of Atlantis #A2D140
Tints of Atlantis #A2D140
RGB
CMYK
RGB Variations
Color information
#A2D140 (or 0xA2D140) is known color: Atlantis. HEX triplet: A2, D1 and 40. RGB value is (162,209,64). Sum of RGB (Red+Green+Blue) = 162+209+64=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D140 is #5D2EBF. Grayscale: #B2B2B2. Windows color (decimal): -6106816 or 4247970. OLE color: 4247970.
HSL color Cylindrical-coordinate representation of color #A2D140: hue angle of 79.45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2D140 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 64 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.18 |
| HSL | 79.45º | 0.61% | 0.54% | - |
| HSV(B) | 79.45º | 0.69% | 0.82% | - |
| XYZ | 38.63 | 53.65 | 13.17 | - |
| YUV | 178.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 64 | 0.22 | 0 | 0.69 | 0.18 | 79.45 | 0.61 | 0.54 |
| Hex | A2 | D1 | 40 | 16 | 0 | 45 | 12 | 4F | 3D | 36 |
| Octal | 242 | 321 | 100 | 26 | 0 | 105 | 22 | 117 | 75 | 66 |
| Binary | 10100010 | 11010001 | 1000000 | 10110 | 0 | 1000101 | 10010 | 1001111 | 111101 | 110110 |
Color Harmonies of #A2D140
Complementary color
Monochromatic Colors of #A2D140
Black with #A2D140
Text Example
Text Example
White with #A2D140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D140; }
p { color: rgb(162,209,64); }
H1.HeaderClassName
{
color: #A2D140;
}
.AnyTagClassName
{
color: #A2D140;
}
</style>
background-color css
<style>
a { background-color: #A2D140; }
a { background-color: rgb(162,209,64); }
div.DivClassName
{
background-color: #A2D140;
}
.BgClassName
{
background-color: #A2D140;
}
</style>
border-color css
<style>
span { border-color: #A2D140; }
span { border-color: rgb(162,209,64); }
td.TdClassName
{
border-color: #A2D140;
}
.TagClassName
{
border-color: #A2D140;
}
</style>