Shades of Atlantis #A7E140
Tints of Atlantis #A7E140
RGB
CMYK
RGB Variations
Color information
#A7E140 (or 0xA7E140) is known color: Atlantis. HEX triplet: A7, E1 and 40. RGB value is (167,225,64). Sum of RGB (Red+Green+Blue) = 167+225+64=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E140 is #581EBF. Grayscale: #BDBDBD. Windows color (decimal): -5775040 or 4252071. OLE color: 4252071.
HSL color Cylindrical-coordinate representation of color #A7E140: hue angle of 81.61º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7E140 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 64 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.12 |
| HSL | 81.61º | 0.73% | 0.57% | - |
| HSV(B) | 81.61º | 0.72% | 0.88% | - |
| XYZ | 43.79 | 62.44 | 14.59 | - |
| YUV | 189.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 64 | 0.26 | 0 | 0.72 | 0.12 | 81.61 | 0.73 | 0.57 |
| Hex | A7 | E1 | 40 | 1A | 0 | 48 | C | 52 | 49 | 39 |
| Octal | 247 | 341 | 100 | 32 | 0 | 110 | 14 | 122 | 111 | 71 |
| Binary | 10100111 | 11100001 | 1000000 | 11010 | 0 | 1001000 | 1100 | 1010010 | 1001001 | 111001 |
Color Harmonies of #A7E140
Complementary color
Monochromatic Colors of #A7E140
Black with #A7E140
Text Example
Text Example
White with #A7E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E140; }
p { color: rgb(167,225,64); }
H1.HeaderClassName
{
color: #A7E140;
}
.AnyTagClassName
{
color: #A7E140;
}
</style>
background-color css
<style>
a { background-color: #A7E140; }
a { background-color: rgb(167,225,64); }
div.DivClassName
{
background-color: #A7E140;
}
.BgClassName
{
background-color: #A7E140;
}
</style>
border-color css
<style>
span { border-color: #A7E140; }
span { border-color: rgb(167,225,64); }
td.TdClassName
{
border-color: #A7E140;
}
.TagClassName
{
border-color: #A7E140;
}
</style>