Shades of Atlantis #7AEA32
Tints of Atlantis #7AEA32
RGB
CMYK
RGB Variations
Color information
#7AEA32 (or 0x7AEA32) is known color: Atlantis. HEX triplet: 7A, EA and 32. RGB value is (122,234,50). Sum of RGB (Red+Green+Blue) = 122+234+50=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 234 (91.80% from 255 or 57.64% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEA32 is #8515CD. Grayscale: #B4B4B4. Windows color (decimal): -8721870 or 3336826. OLE color: 3336826.
HSL color Cylindrical-coordinate representation of color #7AEA32: hue angle of 96.52º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AEA32 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 234 | 50 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.08 |
| HSL | 96.52º | 0.81% | 0.56% | - |
| HSV(B) | 96.52º | 0.79% | 0.92% | - |
| XYZ | 38.02 | 63.21 | 13.21 | - |
| YUV | 179.54 | 54.89 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 234 | 50 | 0.48 | 0 | 0.79 | 0.08 | 96.52 | 0.81 | 0.56 |
| Hex | 7A | EA | 32 | 30 | 0 | 4F | 8 | 61 | 51 | 38 |
| Octal | 172 | 352 | 62 | 60 | 0 | 117 | 10 | 141 | 121 | 70 |
| Binary | 1111010 | 11101010 | 110010 | 110000 | 0 | 1001111 | 1000 | 1100001 | 1010001 | 111000 |
Color Harmonies of #7AEA32
Complementary color
Monochromatic Colors of #7AEA32
Black with #7AEA32
Text Example
Text Example
White with #7AEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEA32; }
p { color: rgb(122,234,50); }
H1.HeaderClassName
{
color: #7AEA32;
}
.AnyTagClassName
{
color: #7AEA32;
}
</style>
background-color css
<style>
a { background-color: #7AEA32; }
a { background-color: rgb(122,234,50); }
div.DivClassName
{
background-color: #7AEA32;
}
.BgClassName
{
background-color: #7AEA32;
}
</style>
border-color css
<style>
span { border-color: #7AEA32; }
span { border-color: rgb(122,234,50); }
td.TdClassName
{
border-color: #7AEA32;
}
.TagClassName
{
border-color: #7AEA32;
}
</style>