Shades of Atlantis #A7E139
Tints of Atlantis #A7E139
RGB
CMYK
RGB Variations
Color information
#A7E139 (or 0xA7E139) is known color: Atlantis. HEX triplet: A7, E1 and 39. RGB value is (167,225,57). Sum of RGB (Red+Green+Blue) = 167+225+57=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 57 (22.66% from 255 or 12.69% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E139 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E139 is #581EC6. Grayscale: #BDBDBD. Windows color (decimal): -5775047 or 3793319. OLE color: 3793319.
HSL color Cylindrical-coordinate representation of color #A7E139: hue angle of 80.71º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7E139 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 57 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.12 |
| HSL | 80.71º | 0.74% | 0.55% | - |
| HSV(B) | 80.71º | 0.75% | 0.88% | - |
| XYZ | 43.6 | 62.36 | 13.61 | - |
| YUV | 188.51 | 53.78 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 57 | 0.26 | 0 | 0.75 | 0.12 | 80.71 | 0.74 | 0.55 |
| Hex | A7 | E1 | 39 | 1A | 0 | 4B | C | 51 | 4A | 37 |
| Octal | 247 | 341 | 71 | 32 | 0 | 113 | 14 | 121 | 112 | 67 |
| Binary | 10100111 | 11100001 | 111001 | 11010 | 0 | 1001011 | 1100 | 1010001 | 1001010 | 110111 |
Color Harmonies of #A7E139
Complementary color
Monochromatic Colors of #A7E139
Black with #A7E139
Text Example
Text Example
White with #A7E139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E139; }
p { color: rgb(167,225,57); }
H1.HeaderClassName
{
color: #A7E139;
}
.AnyTagClassName
{
color: #A7E139;
}
</style>
background-color css
<style>
a { background-color: #A7E139; }
a { background-color: rgb(167,225,57); }
div.DivClassName
{
background-color: #A7E139;
}
.BgClassName
{
background-color: #A7E139;
}
</style>
border-color css
<style>
span { border-color: #A7E139; }
span { border-color: rgb(167,225,57); }
td.TdClassName
{
border-color: #A7E139;
}
.TagClassName
{
border-color: #A7E139;
}
</style>