Shades of Atlantis #7AD93B
Tints of Atlantis #7AD93B
RGB
CMYK
RGB Variations
Color information
#7AD93B (or 0x7AD93B) is known color: Atlantis. HEX triplet: 7A, D9 and 3B. RGB value is (122,217,59). Sum of RGB (Red+Green+Blue) = 122+217+59=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD93B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD93B is #8526C4. Grayscale: #ABABAB. Windows color (decimal): -8726213 or 3922298. OLE color: 3922298.
HSL color Cylindrical-coordinate representation of color #7AD93B: hue angle of 96.08º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AD93B is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 59 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.15 |
| HSL | 96.08º | 0.68% | 0.54% | - |
| HSV(B) | 96.08º | 0.73% | 0.85% | - |
| XYZ | 33.63 | 54.08 | 12.8 | - |
| YUV | 170.58 | 65.03 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 59 | 0.44 | 0 | 0.73 | 0.15 | 96.08 | 0.68 | 0.54 |
| Hex | 7A | D9 | 3B | 2C | 0 | 49 | F | 60 | 44 | 36 |
| Octal | 172 | 331 | 73 | 54 | 0 | 111 | 17 | 140 | 104 | 66 |
| Binary | 1111010 | 11011001 | 111011 | 101100 | 0 | 1001001 | 1111 | 1100000 | 1000100 | 110110 |
Color Harmonies of #7AD93B
Complementary color
Monochromatic Colors of #7AD93B
Black with #7AD93B
Text Example
Text Example
White with #7AD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD93B; }
p { color: rgb(122,217,59); }
H1.HeaderClassName
{
color: #7AD93B;
}
.AnyTagClassName
{
color: #7AD93B;
}
</style>
background-color css
<style>
a { background-color: #7AD93B; }
a { background-color: rgb(122,217,59); }
div.DivClassName
{
background-color: #7AD93B;
}
.BgClassName
{
background-color: #7AD93B;
}
</style>
border-color css
<style>
span { border-color: #7AD93B; }
span { border-color: rgb(122,217,59); }
td.TdClassName
{
border-color: #7AD93B;
}
.TagClassName
{
border-color: #7AD93B;
}
</style>