Shades of Atlantis #A2D040
Tints of Atlantis #A2D040
RGB
CMYK
RGB Variations
Color information
#A2D040 (or 0xA2D040) is known color: Atlantis. HEX triplet: A2, D0 and 40. RGB value is (162,208,64). Sum of RGB (Red+Green+Blue) = 162+208+64=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D040 is #5D2FBF. Grayscale: #B2B2B2. Windows color (decimal): -6107072 or 4247714. OLE color: 4247714.
HSL color Cylindrical-coordinate representation of color #A2D040: hue angle of 79.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2D040 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 64 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.18 |
| HSL | 79.17º | 0.61% | 0.53% | - |
| HSV(B) | 79.17º | 0.69% | 0.82% | - |
| XYZ | 38.38 | 53.16 | 13.09 | - |
| YUV | 177.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 64 | 0.22 | 0 | 0.69 | 0.18 | 79.17 | 0.61 | 0.53 |
| Hex | A2 | D0 | 40 | 16 | 0 | 45 | 12 | 4F | 3D | 35 |
| Octal | 242 | 320 | 100 | 26 | 0 | 105 | 22 | 117 | 75 | 65 |
| Binary | 10100010 | 11010000 | 1000000 | 10110 | 0 | 1000101 | 10010 | 1001111 | 111101 | 110101 |
Color Harmonies of #A2D040
Complementary color
Monochromatic Colors of #A2D040
Black with #A2D040
Text Example
Text Example
White with #A2D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D040; }
p { color: rgb(162,208,64); }
H1.HeaderClassName
{
color: #A2D040;
}
.AnyTagClassName
{
color: #A2D040;
}
</style>
background-color css
<style>
a { background-color: #A2D040; }
a { background-color: rgb(162,208,64); }
div.DivClassName
{
background-color: #A2D040;
}
.BgClassName
{
background-color: #A2D040;
}
</style>
border-color css
<style>
span { border-color: #A2D040; }
span { border-color: rgb(162,208,64); }
td.TdClassName
{
border-color: #A2D040;
}
.TagClassName
{
border-color: #A2D040;
}
</style>