Shades of Atlantis #A7D545
Tints of Atlantis #A7D545
RGB
CMYK
RGB Variations
Color information
#A7D545 (or 0xA7D545) is known color: Atlantis. HEX triplet: A7, D5 and 45. RGB value is (167,213,69). Sum of RGB (Red+Green+Blue) = 167+213+69=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D545 is #582ABA. Grayscale: #B7B7B7. Windows color (decimal): -5778107 or 4576679. OLE color: 4576679.
HSL color Cylindrical-coordinate representation of color #A7D545: hue angle of 79.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7D545 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 69 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.16 |
| HSL | 79.17º | 0.63% | 0.55% | - |
| HSV(B) | 79.17º | 0.68% | 0.84% | - |
| XYZ | 40.8 | 56.23 | 14.33 | - |
| YUV | 182.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 69 | 0.22 | 0 | 0.68 | 0.16 | 79.17 | 0.63 | 0.55 |
| Hex | A7 | D5 | 45 | 16 | 0 | 44 | 10 | 4F | 3F | 37 |
| Octal | 247 | 325 | 105 | 26 | 0 | 104 | 20 | 117 | 77 | 67 |
| Binary | 10100111 | 11010101 | 1000101 | 10110 | 0 | 1000100 | 10000 | 1001111 | 111111 | 110111 |
Color Harmonies of #A7D545
Complementary color
Monochromatic Colors of #A7D545
Black with #A7D545
Text Example
Text Example
White with #A7D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D545; }
p { color: rgb(167,213,69); }
H1.HeaderClassName
{
color: #A7D545;
}
.AnyTagClassName
{
color: #A7D545;
}
</style>
background-color css
<style>
a { background-color: #A7D545; }
a { background-color: rgb(167,213,69); }
div.DivClassName
{
background-color: #A7D545;
}
.BgClassName
{
background-color: #A7D545;
}
</style>
border-color css
<style>
span { border-color: #A7D545; }
span { border-color: rgb(167,213,69); }
td.TdClassName
{
border-color: #A7D545;
}
.TagClassName
{
border-color: #A7D545;
}
</style>