Shades of Atlantis #A7D844
Tints of Atlantis #A7D844
RGB
CMYK
RGB Variations
Color information
#A7D844 (or 0xA7D844) is known color: Atlantis. HEX triplet: A7, D8 and 44. RGB value is (167,216,68). Sum of RGB (Red+Green+Blue) = 167+216+68=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D844 is #5827BB. Grayscale: #B9B9B9. Windows color (decimal): -5777340 or 4511911. OLE color: 4511911.
HSL color Cylindrical-coordinate representation of color #A7D844: hue angle of 79.86º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7D844 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 68 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.15 |
| HSL | 79.86º | 0.65% | 0.56% | - |
| HSV(B) | 79.86º | 0.69% | 0.85% | - |
| XYZ | 41.54 | 57.74 | 14.43 | - |
| YUV | 184.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 68 | 0.23 | 0 | 0.69 | 0.15 | 79.86 | 0.65 | 0.56 |
| Hex | A7 | D8 | 44 | 17 | 0 | 45 | F | 50 | 41 | 38 |
| Octal | 247 | 330 | 104 | 27 | 0 | 105 | 17 | 120 | 101 | 70 |
| Binary | 10100111 | 11011000 | 1000100 | 10111 | 0 | 1000101 | 1111 | 1010000 | 1000001 | 111000 |
Color Harmonies of #A7D844
Complementary color
Monochromatic Colors of #A7D844
Black with #A7D844
Text Example
Text Example
White with #A7D844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D844; }
p { color: rgb(167,216,68); }
H1.HeaderClassName
{
color: #A7D844;
}
.AnyTagClassName
{
color: #A7D844;
}
</style>
background-color css
<style>
a { background-color: #A7D844; }
a { background-color: rgb(167,216,68); }
div.DivClassName
{
background-color: #A7D844;
}
.BgClassName
{
background-color: #A7D844;
}
</style>
border-color css
<style>
span { border-color: #A7D844; }
span { border-color: rgb(167,216,68); }
td.TdClassName
{
border-color: #A7D844;
}
.TagClassName
{
border-color: #A7D844;
}
</style>