Shades of Atlantis #A7C53F
Tints of Atlantis #A7C53F
RGB
CMYK
RGB Variations
Color information
#A7C53F (or 0xA7C53F) is known color: Atlantis. HEX triplet: A7, C5 and 3F. RGB value is (167,197,63). Sum of RGB (Red+Green+Blue) = 167+197+63=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C53F is #583AC0. Grayscale: #ADADAD. Windows color (decimal): -5782209 or 4179367. OLE color: 4179367.
HSL color Cylindrical-coordinate representation of color #A7C53F: hue angle of 73.43º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7C53F is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 197 | 63 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.23 |
| HSL | 73.43º | 0.54% | 0.51% | - |
| HSV(B) | 73.43º | 0.68% | 0.77% | - |
| XYZ | 36.8 | 48.51 | 12.13 | - |
| YUV | 172.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 197 | 63 | 0.15 | 0 | 0.68 | 0.23 | 73.43 | 0.54 | 0.51 |
| Hex | A7 | C5 | 3F | F | 0 | 44 | 17 | 49 | 36 | 33 |
| Octal | 247 | 305 | 77 | 17 | 0 | 104 | 27 | 111 | 66 | 63 |
| Binary | 10100111 | 11000101 | 111111 | 1111 | 0 | 1000100 | 10111 | 1001001 | 110110 | 110011 |
Color Harmonies of #A7C53F
Complementary color
Monochromatic Colors of #A7C53F
Black with #A7C53F
Text Example
Text Example
White with #A7C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C53F; }
p { color: rgb(167,197,63); }
H1.HeaderClassName
{
color: #A7C53F;
}
.AnyTagClassName
{
color: #A7C53F;
}
</style>
background-color css
<style>
a { background-color: #A7C53F; }
a { background-color: rgb(167,197,63); }
div.DivClassName
{
background-color: #A7C53F;
}
.BgClassName
{
background-color: #A7C53F;
}
</style>
border-color css
<style>
span { border-color: #A7C53F; }
span { border-color: rgb(167,197,63); }
td.TdClassName
{
border-color: #A7C53F;
}
.TagClassName
{
border-color: #A7C53F;
}
</style>