Shades of Atlantis #7AD937
Tints of Atlantis #7AD937
RGB
CMYK
RGB Variations
Color information
#7AD937 (or 0x7AD937) is known color: Atlantis. HEX triplet: 7A, D9 and 37. RGB value is (122,217,55). Sum of RGB (Red+Green+Blue) = 122+217+55=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 55 (21.88% from 255 or 13.96% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD937 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD937 is #8526C8. Grayscale: #AAAAAA. Windows color (decimal): -8726217 or 3660154. OLE color: 3660154.
HSL color Cylindrical-coordinate representation of color #7AD937: hue angle of 95.19º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AD937 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 55 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.15 |
| HSL | 95.19º | 0.68% | 0.53% | - |
| HSV(B) | 95.19º | 0.75% | 0.85% | - |
| XYZ | 33.53 | 54.04 | 12.28 | - |
| YUV | 170.13 | 63.03 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 55 | 0.44 | 0 | 0.75 | 0.15 | 95.19 | 0.68 | 0.53 |
| Hex | 7A | D9 | 37 | 2C | 0 | 4B | F | 5F | 44 | 35 |
| Octal | 172 | 331 | 67 | 54 | 0 | 113 | 17 | 137 | 104 | 65 |
| Binary | 1111010 | 11011001 | 110111 | 101100 | 0 | 1001011 | 1111 | 1011111 | 1000100 | 110101 |
Color Harmonies of #7AD937
Complementary color
Monochromatic Colors of #7AD937
Black with #7AD937
Text Example
Text Example
White with #7AD937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD937; }
p { color: rgb(122,217,55); }
H1.HeaderClassName
{
color: #7AD937;
}
.AnyTagClassName
{
color: #7AD937;
}
</style>
background-color css
<style>
a { background-color: #7AD937; }
a { background-color: rgb(122,217,55); }
div.DivClassName
{
background-color: #7AD937;
}
.BgClassName
{
background-color: #7AD937;
}
</style>
border-color css
<style>
span { border-color: #7AD937; }
span { border-color: rgb(122,217,55); }
td.TdClassName
{
border-color: #7AD937;
}
.TagClassName
{
border-color: #7AD937;
}
</style>