Shades of Atlantis #A7E137
Tints of Atlantis #A7E137
RGB
CMYK
RGB Variations
Color information
#A7E137 (or 0xA7E137) is known color: Atlantis. HEX triplet: A7, E1 and 37. RGB value is (167,225,55). Sum of RGB (Red+Green+Blue) = 167+225+55=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E137 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E137 is #581EC8. Grayscale: #BCBCBC. Windows color (decimal): -5775049 or 3662247. OLE color: 3662247.
HSL color Cylindrical-coordinate representation of color #A7E137: hue angle of 80.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7E137 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 55 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.12 |
| HSL | 80.47º | 0.74% | 0.55% | - |
| HSV(B) | 80.47º | 0.76% | 0.88% | - |
| XYZ | 43.55 | 62.34 | 13.35 | - |
| YUV | 188.28 | 52.78 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 55 | 0.26 | 0 | 0.76 | 0.12 | 80.47 | 0.74 | 0.55 |
| Hex | A7 | E1 | 37 | 1A | 0 | 4C | C | 50 | 4A | 37 |
| Octal | 247 | 341 | 67 | 32 | 0 | 114 | 14 | 120 | 112 | 67 |
| Binary | 10100111 | 11100001 | 110111 | 11010 | 0 | 1001100 | 1100 | 1010000 | 1001010 | 110111 |
Color Harmonies of #A7E137
Complementary color
Monochromatic Colors of #A7E137
Black with #A7E137
Text Example
Text Example
White with #A7E137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E137; }
p { color: rgb(167,225,55); }
H1.HeaderClassName
{
color: #A7E137;
}
.AnyTagClassName
{
color: #A7E137;
}
</style>
background-color css
<style>
a { background-color: #A7E137; }
a { background-color: rgb(167,225,55); }
div.DivClassName
{
background-color: #A7E137;
}
.BgClassName
{
background-color: #A7E137;
}
</style>
border-color css
<style>
span { border-color: #A7E137; }
span { border-color: rgb(167,225,55); }
td.TdClassName
{
border-color: #A7E137;
}
.TagClassName
{
border-color: #A7E137;
}
</style>