Shades of Atlantis #A8D247
Tints of Atlantis #A8D247
RGB
CMYK
RGB Variations
Color information
#A8D247 (or 0xA8D247) is known color: Atlantis. HEX triplet: A8, D2 and 47. RGB value is (168,210,71). Sum of RGB (Red+Green+Blue) = 168+210+71=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D247 is #572DB8. Grayscale: #B6B6B6. Windows color (decimal): -5713337 or 4706984. OLE color: 4706984.
HSL color Cylindrical-coordinate representation of color #A8D247: hue angle of 78.13º degrees, saturation: 0.61, 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 #A8D247 is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 71 | - |
| CMYK | 0.2 | 0 | 0.66 | 0.18 |
| HSL | 78.13º | 0.61% | 0.55% | - |
| HSV(B) | 78.13º | 0.66% | 0.82% | - |
| XYZ | 40.33 | 54.87 | 14.43 | - |
| YUV | 181.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 71 | 0.2 | 0 | 0.66 | 0.18 | 78.13 | 0.61 | 0.55 |
| Hex | A8 | D2 | 47 | 14 | 0 | 42 | 12 | 4E | 3D | 37 |
| Octal | 250 | 322 | 107 | 24 | 0 | 102 | 22 | 116 | 75 | 67 |
| Binary | 10101000 | 11010010 | 1000111 | 10100 | 0 | 1000010 | 10010 | 1001110 | 111101 | 110111 |
Color Harmonies of #A8D247
Complementary color
Monochromatic Colors of #A8D247
Black with #A8D247
Text Example
Text Example
White with #A8D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D247; }
p { color: rgb(168,210,71); }
H1.HeaderClassName
{
color: #A8D247;
}
.AnyTagClassName
{
color: #A8D247;
}
</style>
background-color css
<style>
a { background-color: #A8D247; }
a { background-color: rgb(168,210,71); }
div.DivClassName
{
background-color: #A8D247;
}
.BgClassName
{
background-color: #A8D247;
}
</style>
border-color css
<style>
span { border-color: #A8D247; }
span { border-color: rgb(168,210,71); }
td.TdClassName
{
border-color: #A8D247;
}
.TagClassName
{
border-color: #A8D247;
}
</style>