Shades of Pastel Green #7AEA61
Tints of Pastel Green #7AEA61
RGB
CMYK
RGB Variations
Color information
#7AEA61 (or 0x7AEA61) is known color: Pastel Green. HEX triplet: 7A, EA and 61. RGB value is (122,234,97). Sum of RGB (Red+Green+Blue) = 122+234+97=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AEA61 is #85159E. Grayscale: #B9B9B9. Windows color (decimal): -8721823 or 6417018. OLE color: 6417018.
HSL color Cylindrical-coordinate representation of color #7AEA61: hue angle of 109.05º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AEA61 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 234 | 97 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.08 |
| HSL | 109.05º | 0.77% | 0.65% | - |
| HSV(B) | 109.05º | 0.59% | 0.92% | - |
| XYZ | 39.61 | 63.85 | 21.55 | - |
| YUV | 184.89 | 78.39 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 234 | 97 | 0.48 | 0 | 0.59 | 0.08 | 109.05 | 0.77 | 0.65 |
| Hex | 7A | EA | 61 | 30 | 0 | 3B | 8 | 6D | 4D | 41 |
| Octal | 172 | 352 | 141 | 60 | 0 | 73 | 10 | 155 | 115 | 101 |
| Binary | 1111010 | 11101010 | 1100001 | 110000 | 0 | 111011 | 1000 | 1101101 | 1001101 | 1000001 |
Color Harmonies of #7AEA61
Complementary color
Monochromatic Colors of #7AEA61
Black with #7AEA61
Text Example
Text Example
White with #7AEA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEA61; }
p { color: rgb(122,234,97); }
H1.HeaderClassName
{
color: #7AEA61;
}
.AnyTagClassName
{
color: #7AEA61;
}
</style>
background-color css
<style>
a { background-color: #7AEA61; }
a { background-color: rgb(122,234,97); }
div.DivClassName
{
background-color: #7AEA61;
}
.BgClassName
{
background-color: #7AEA61;
}
</style>
border-color css
<style>
span { border-color: #7AEA61; }
span { border-color: rgb(122,234,97); }
td.TdClassName
{
border-color: #7AEA61;
}
.TagClassName
{
border-color: #7AEA61;
}
</style>