Shades of Atlantis #A7C946
Tints of Atlantis #A7C946
RGB
CMYK
RGB Variations
Color information
#A7C946 (or 0xA7C946) is known color: Atlantis. HEX triplet: A7, C9 and 46. RGB value is (167,201,70). Sum of RGB (Red+Green+Blue) = 167+201+70=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C946 is #5836B9. Grayscale: #B0B0B0. Windows color (decimal): -5781178 or 4639143. OLE color: 4639143.
HSL color Cylindrical-coordinate representation of color #A7C946: hue angle of 75.57º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7C946 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 201 | 70 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.21 |
| HSL | 75.57º | 0.55% | 0.53% | - |
| HSV(B) | 75.57º | 0.65% | 0.79% | - |
| XYZ | 37.93 | 50.43 | 13.53 | - |
| YUV | 175.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 201 | 70 | 0.17 | 0 | 0.65 | 0.21 | 75.57 | 0.55 | 0.53 |
| Hex | A7 | C9 | 46 | 11 | 0 | 41 | 15 | 4C | 37 | 35 |
| Octal | 247 | 311 | 106 | 21 | 0 | 101 | 25 | 114 | 67 | 65 |
| Binary | 10100111 | 11001001 | 1000110 | 10001 | 0 | 1000001 | 10101 | 1001100 | 110111 | 110101 |
Color Harmonies of #A7C946
Complementary color
Monochromatic Colors of #A7C946
Black with #A7C946
Text Example
Text Example
White with #A7C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C946; }
p { color: rgb(167,201,70); }
H1.HeaderClassName
{
color: #A7C946;
}
.AnyTagClassName
{
color: #A7C946;
}
</style>
background-color css
<style>
a { background-color: #A7C946; }
a { background-color: rgb(167,201,70); }
div.DivClassName
{
background-color: #A7C946;
}
.BgClassName
{
background-color: #A7C946;
}
</style>
border-color css
<style>
span { border-color: #A7C946; }
span { border-color: rgb(167,201,70); }
td.TdClassName
{
border-color: #A7C946;
}
.TagClassName
{
border-color: #A7C946;
}
</style>