Shades of Atlantis #7AD339
Tints of Atlantis #7AD339
RGB
CMYK
RGB Variations
Color information
#7AD339 (or 0x7AD339) is known color: Atlantis. HEX triplet: 7A, D3 and 39. RGB value is (122,211,57). Sum of RGB (Red+Green+Blue) = 122+211+57=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD339 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD339 is #852CC6. Grayscale: #A7A7A7. Windows color (decimal): -8727751 or 3789690. OLE color: 3789690.
HSL color Cylindrical-coordinate representation of color #7AD339: hue angle of 94.68º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AD339 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 57 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.17 |
| HSL | 94.68º | 0.64% | 0.53% | - |
| HSV(B) | 94.68º | 0.73% | 0.83% | - |
| XYZ | 32.06 | 51.02 | 12.03 | - |
| YUV | 166.83 | 66.01 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 57 | 0.42 | 0 | 0.73 | 0.17 | 94.68 | 0.64 | 0.53 |
| Hex | 7A | D3 | 39 | 2A | 0 | 49 | 11 | 5F | 40 | 35 |
| Octal | 172 | 323 | 71 | 52 | 0 | 111 | 21 | 137 | 100 | 65 |
| Binary | 1111010 | 11010011 | 111001 | 101010 | 0 | 1001001 | 10001 | 1011111 | 1000000 | 110101 |
Color Harmonies of #7AD339
Complementary color
Monochromatic Colors of #7AD339
Black with #7AD339
Text Example
Text Example
White with #7AD339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD339; }
p { color: rgb(122,211,57); }
H1.HeaderClassName
{
color: #7AD339;
}
.AnyTagClassName
{
color: #7AD339;
}
</style>
background-color css
<style>
a { background-color: #7AD339; }
a { background-color: rgb(122,211,57); }
div.DivClassName
{
background-color: #7AD339;
}
.BgClassName
{
background-color: #7AD339;
}
</style>
border-color css
<style>
span { border-color: #7AD339; }
span { border-color: rgb(122,211,57); }
td.TdClassName
{
border-color: #7AD339;
}
.TagClassName
{
border-color: #7AD339;
}
</style>