Shades of Atlantis #A8D246
Tints of Atlantis #A8D246
RGB
CMYK
RGB Variations
Color information
#A8D246 (or 0xA8D246) is known color: Atlantis. HEX triplet: A8, D2 and 46. RGB value is (168,210,70). Sum of RGB (Red+Green+Blue) = 168+210+70=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D246 is #572DB9. Grayscale: #B5B5B5. Windows color (decimal): -5713338 or 4641448. OLE color: 4641448.
HSL color Cylindrical-coordinate representation of color #A8D246: hue angle of 78º 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 #A8D246 is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 70 | - |
| CMYK | 0.2 | 0 | 0.67 | 0.18 |
| HSL | 78º | 0.61% | 0.55% | - |
| HSV(B) | 78º | 0.67% | 0.82% | - |
| XYZ | 40.3 | 54.86 | 14.26 | - |
| YUV | 181.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 70 | 0.2 | 0 | 0.67 | 0.18 | 78 | 0.61 | 0.55 |
| Hex | A8 | D2 | 46 | 14 | 0 | 43 | 12 | 4E | 3D | 37 |
| Octal | 250 | 322 | 106 | 24 | 0 | 103 | 22 | 116 | 75 | 67 |
| Binary | 10101000 | 11010010 | 1000110 | 10100 | 0 | 1000011 | 10010 | 1001110 | 111101 | 110111 |
Color Harmonies of #A8D246
Complementary color
Monochromatic Colors of #A8D246
Black with #A8D246
Text Example
Text Example
White with #A8D246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D246; }
p { color: rgb(168,210,70); }
H1.HeaderClassName
{
color: #A8D246;
}
.AnyTagClassName
{
color: #A8D246;
}
</style>
background-color css
<style>
a { background-color: #A8D246; }
a { background-color: rgb(168,210,70); }
div.DivClassName
{
background-color: #A8D246;
}
.BgClassName
{
background-color: #A8D246;
}
</style>
border-color css
<style>
span { border-color: #A8D246; }
span { border-color: rgb(168,210,70); }
td.TdClassName
{
border-color: #A8D246;
}
.TagClassName
{
border-color: #A8D246;
}
</style>