Shades of Atlantis #A2D047
Tints of Atlantis #A2D047
RGB
CMYK
RGB Variations
Color information
#A2D047 (or 0xA2D047) is known color: Atlantis. HEX triplet: A2, D0 and 47. RGB value is (162,208,71). Sum of RGB (Red+Green+Blue) = 162+208+71=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D047 is #5D2FB8. Grayscale: #B3B3B3. Windows color (decimal): -6107065 or 4706466. OLE color: 4706466.
HSL color Cylindrical-coordinate representation of color #A2D047: hue angle of 80.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2D047 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 71 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.18 |
| HSL | 80.15º | 0.59% | 0.55% | - |
| HSV(B) | 80.15º | 0.66% | 0.82% | - |
| XYZ | 38.59 | 53.25 | 14.21 | - |
| YUV | 178.63 | 67.26 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 71 | 0.22 | 0 | 0.66 | 0.18 | 80.15 | 0.59 | 0.55 |
| Hex | A2 | D0 | 47 | 16 | 0 | 42 | 12 | 50 | 3B | 37 |
| Octal | 242 | 320 | 107 | 26 | 0 | 102 | 22 | 120 | 73 | 67 |
| Binary | 10100010 | 11010000 | 1000111 | 10110 | 0 | 1000010 | 10010 | 1010000 | 111011 | 110111 |
Color Harmonies of #A2D047
Complementary color
Monochromatic Colors of #A2D047
Black with #A2D047
Text Example
Text Example
White with #A2D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D047; }
p { color: rgb(162,208,71); }
H1.HeaderClassName
{
color: #A2D047;
}
.AnyTagClassName
{
color: #A2D047;
}
</style>
background-color css
<style>
a { background-color: #A2D047; }
a { background-color: rgb(162,208,71); }
div.DivClassName
{
background-color: #A2D047;
}
.BgClassName
{
background-color: #A2D047;
}
</style>
border-color css
<style>
span { border-color: #A2D047; }
span { border-color: rgb(162,208,71); }
td.TdClassName
{
border-color: #A2D047;
}
.TagClassName
{
border-color: #A2D047;
}
</style>