Shades of Atlantis #7AE83D
Tints of Atlantis #7AE83D
RGB
CMYK
RGB Variations
Color information
#7AE83D (or 0x7AE83D) is known color: Atlantis. HEX triplet: 7A, E8 and 3D. RGB value is (122,232,61). Sum of RGB (Red+Green+Blue) = 122+232+61=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 232 (91.02% from 255 or 55.90% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 232 - color contains mainly: green. Hex color #7AE83D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AE83D is #8517C2. Grayscale: #B4B4B4. Windows color (decimal): -8722371 or 4057210. OLE color: 4057210.
HSL color Cylindrical-coordinate representation of color #7AE83D: hue angle of 98.6º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AE83D is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 232 | 61 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.09 |
| HSL | 98.6º | 0.79% | 0.57% | - |
| HSV(B) | 98.6º | 0.74% | 0.91% | - |
| XYZ | 37.72 | 62.19 | 14.43 | - |
| YUV | 179.62 | 61.06 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 232 | 61 | 0.47 | 0 | 0.74 | 0.09 | 98.6 | 0.79 | 0.57 |
| Hex | 7A | E8 | 3D | 2F | 0 | 4A | 9 | 63 | 4F | 39 |
| Octal | 172 | 350 | 75 | 57 | 0 | 112 | 11 | 143 | 117 | 71 |
| Binary | 1111010 | 11101000 | 111101 | 101111 | 0 | 1001010 | 1001 | 1100011 | 1001111 | 111001 |
Color Harmonies of #7AE83D
Complementary color
Monochromatic Colors of #7AE83D
Black with #7AE83D
Text Example
Text Example
White with #7AE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE83D; }
p { color: rgb(122,232,61); }
H1.HeaderClassName
{
color: #7AE83D;
}
.AnyTagClassName
{
color: #7AE83D;
}
</style>
background-color css
<style>
a { background-color: #7AE83D; }
a { background-color: rgb(122,232,61); }
div.DivClassName
{
background-color: #7AE83D;
}
.BgClassName
{
background-color: #7AE83D;
}
</style>
border-color css
<style>
span { border-color: #7AE83D; }
span { border-color: rgb(122,232,61); }
td.TdClassName
{
border-color: #7AE83D;
}
.TagClassName
{
border-color: #7AE83D;
}
</style>