Shades of Atlantis #A0D246
Tints of Atlantis #A0D246
RGB
CMYK
RGB Variations
Color information
#A0D246 (or 0xA0D246) is known color: Atlantis. HEX triplet: A0, D2 and 46. RGB value is (160,210,70). Sum of RGB (Red+Green+Blue) = 160+210+70=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D246 is #5F2DB9. Grayscale: #B3B3B3. Windows color (decimal): -6237626 or 4641440. OLE color: 4641440.
HSL color Cylindrical-coordinate representation of color #A0D246: hue angle of 81.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0D246 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 70 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.18 |
| HSL | 81.43º | 0.61% | 0.55% | - |
| HSV(B) | 81.43º | 0.67% | 0.82% | - |
| XYZ | 38.65 | 54.01 | 14.18 | - |
| YUV | 179.09 | 66.44 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 70 | 0.24 | 0 | 0.67 | 0.18 | 81.43 | 0.61 | 0.55 |
| Hex | A0 | D2 | 46 | 18 | 0 | 43 | 12 | 51 | 3D | 37 |
| Octal | 240 | 322 | 106 | 30 | 0 | 103 | 22 | 121 | 75 | 67 |
| Binary | 10100000 | 11010010 | 1000110 | 11000 | 0 | 1000011 | 10010 | 1010001 | 111101 | 110111 |
Color Harmonies of #A0D246
Complementary color
Monochromatic Colors of #A0D246
Black with #A0D246
Text Example
Text Example
White with #A0D246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D246; }
p { color: rgb(160,210,70); }
H1.HeaderClassName
{
color: #A0D246;
}
.AnyTagClassName
{
color: #A0D246;
}
</style>
background-color css
<style>
a { background-color: #A0D246; }
a { background-color: rgb(160,210,70); }
div.DivClassName
{
background-color: #A0D246;
}
.BgClassName
{
background-color: #A0D246;
}
</style>
border-color css
<style>
span { border-color: #A0D246; }
span { border-color: rgb(160,210,70); }
td.TdClassName
{
border-color: #A0D246;
}
.TagClassName
{
border-color: #A0D246;
}
</style>