Shades of Atlantis #7ADC36
Tints of Atlantis #7ADC36
RGB
CMYK
RGB Variations
Color information
#7ADC36 (or 0x7ADC36) is known color: Atlantis. HEX triplet: 7A, DC and 36. RGB value is (122,220,54). Sum of RGB (Red+Green+Blue) = 122+220+54=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC36 is #8523C9. Grayscale: #ACACAC. Windows color (decimal): -8725450 or 3595386. OLE color: 3595386.
HSL color Cylindrical-coordinate representation of color #7ADC36: hue angle of 95.42º 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 #7ADC36 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 54 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.14 |
| HSL | 95.42º | 0.7% | 0.54% | - |
| HSV(B) | 95.42º | 0.75% | 0.86% | - |
| XYZ | 34.29 | 55.59 | 12.41 | - |
| YUV | 171.77 | 61.53 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 54 | 0.45 | 0 | 0.75 | 0.14 | 95.42 | 0.7 | 0.54 |
| Hex | 7A | DC | 36 | 2D | 0 | 4B | E | 5F | 46 | 36 |
| Octal | 172 | 334 | 66 | 55 | 0 | 113 | 16 | 137 | 106 | 66 |
| Binary | 1111010 | 11011100 | 110110 | 101101 | 0 | 1001011 | 1110 | 1011111 | 1000110 | 110110 |
Color Harmonies of #7ADC36
Complementary color
Monochromatic Colors of #7ADC36
Black with #7ADC36
Text Example
Text Example
White with #7ADC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC36; }
p { color: rgb(122,220,54); }
H1.HeaderClassName
{
color: #7ADC36;
}
.AnyTagClassName
{
color: #7ADC36;
}
</style>
background-color css
<style>
a { background-color: #7ADC36; }
a { background-color: rgb(122,220,54); }
div.DivClassName
{
background-color: #7ADC36;
}
.BgClassName
{
background-color: #7ADC36;
}
</style>
border-color css
<style>
span { border-color: #7ADC36; }
span { border-color: rgb(122,220,54); }
td.TdClassName
{
border-color: #7ADC36;
}
.TagClassName
{
border-color: #7ADC36;
}
</style>