Shades of Atlantis #7ADB36
Tints of Atlantis #7ADB36
RGB
CMYK
RGB Variations
Color information
#7ADB36 (or 0x7ADB36) is known color: Atlantis. HEX triplet: 7A, DB and 36. RGB value is (122,219,54). Sum of RGB (Red+Green+Blue) = 122+219+54=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADB36 is #8524C9. Grayscale: #ABABAB. Windows color (decimal): -8725706 or 3595130. OLE color: 3595130.
HSL color Cylindrical-coordinate representation of color #7ADB36: hue angle of 95.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7ADB36 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 54 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.14 |
| HSL | 95.27º | 0.7% | 0.54% | - |
| HSV(B) | 95.27º | 0.75% | 0.86% | - |
| XYZ | 34.02 | 55.07 | 12.33 | - |
| YUV | 171.19 | 61.86 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 54 | 0.44 | 0 | 0.75 | 0.14 | 95.27 | 0.7 | 0.54 |
| Hex | 7A | DB | 36 | 2C | 0 | 4B | E | 5F | 46 | 36 |
| Octal | 172 | 333 | 66 | 54 | 0 | 113 | 16 | 137 | 106 | 66 |
| Binary | 1111010 | 11011011 | 110110 | 101100 | 0 | 1001011 | 1110 | 1011111 | 1000110 | 110110 |
Color Harmonies of #7ADB36
Complementary color
Monochromatic Colors of #7ADB36
Black with #7ADB36
Text Example
Text Example
White with #7ADB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB36; }
p { color: rgb(122,219,54); }
H1.HeaderClassName
{
color: #7ADB36;
}
.AnyTagClassName
{
color: #7ADB36;
}
</style>
background-color css
<style>
a { background-color: #7ADB36; }
a { background-color: rgb(122,219,54); }
div.DivClassName
{
background-color: #7ADB36;
}
.BgClassName
{
background-color: #7ADB36;
}
</style>
border-color css
<style>
span { border-color: #7ADB36; }
span { border-color: rgb(122,219,54); }
td.TdClassName
{
border-color: #7ADB36;
}
.TagClassName
{
border-color: #7ADB36;
}
</style>