Shades of Atlantis #7ADC39
Tints of Atlantis #7ADC39
RGB
CMYK
RGB Variations
Color information
#7ADC39 (or 0x7ADC39) is known color: Atlantis. HEX triplet: 7A, DC and 39. RGB value is (122,220,57). Sum of RGB (Red+Green+Blue) = 122+220+57=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC39 is #8523C6. Grayscale: #ACACAC. Windows color (decimal): -8725447 or 3791994. OLE color: 3791994.
HSL color Cylindrical-coordinate representation of color #7ADC39: hue angle of 96.07º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7ADC39 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 57 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.14 |
| HSL | 96.07º | 0.7% | 0.54% | - |
| HSV(B) | 96.07º | 0.74% | 0.86% | - |
| XYZ | 34.36 | 55.62 | 12.8 | - |
| YUV | 172.12 | 63.03 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 57 | 0.45 | 0 | 0.74 | 0.14 | 96.07 | 0.7 | 0.54 |
| Hex | 7A | DC | 39 | 2D | 0 | 4A | E | 60 | 46 | 36 |
| Octal | 172 | 334 | 71 | 55 | 0 | 112 | 16 | 140 | 106 | 66 |
| Binary | 1111010 | 11011100 | 111001 | 101101 | 0 | 1001010 | 1110 | 1100000 | 1000110 | 110110 |
Color Harmonies of #7ADC39
Complementary color
Monochromatic Colors of #7ADC39
Black with #7ADC39
Text Example
Text Example
White with #7ADC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC39; }
p { color: rgb(122,220,57); }
H1.HeaderClassName
{
color: #7ADC39;
}
.AnyTagClassName
{
color: #7ADC39;
}
</style>
background-color css
<style>
a { background-color: #7ADC39; }
a { background-color: rgb(122,220,57); }
div.DivClassName
{
background-color: #7ADC39;
}
.BgClassName
{
background-color: #7ADC39;
}
</style>
border-color css
<style>
span { border-color: #7ADC39; }
span { border-color: rgb(122,220,57); }
td.TdClassName
{
border-color: #7ADC39;
}
.TagClassName
{
border-color: #7ADC39;
}
</style>