Shades of Pastel Green #7AF073
Tints of Pastel Green #7AF073
RGB
CMYK
RGB Variations
Color information
#7AF073 (or 0x7AF073) is known color: Pastel Green. HEX triplet: 7A, F0 and 73. RGB value is (122,240,115). Sum of RGB (Red+Green+Blue) = 122+240+115=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF073 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF073 is #850F8C. Grayscale: #BEBEBE. Windows color (decimal): -8720269 or 7598202. OLE color: 7598202.
HSL color Cylindrical-coordinate representation of color #7AF073: hue angle of 116.64º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF073 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 115 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.06 |
| HSL | 116.64º | 0.81% | 0.7% | - |
| HSV(B) | 116.64º | 0.52% | 0.94% | - |
| XYZ | 42.28 | 67.7 | 27.06 | - |
| YUV | 190.47 | 85.41 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 115 | 0.49 | 0 | 0.52 | 0.06 | 116.64 | 0.81 | 0.7 |
| Hex | 7A | F0 | 73 | 31 | 0 | 34 | 6 | 75 | 51 | 46 |
| Octal | 172 | 360 | 163 | 61 | 0 | 64 | 6 | 165 | 121 | 106 |
| Binary | 1111010 | 11110000 | 1110011 | 110001 | 0 | 110100 | 110 | 1110101 | 1010001 | 1000110 |
Color Harmonies of #7AF073
Complementary color
Monochromatic Colors of #7AF073
Black with #7AF073
Text Example
Text Example
White with #7AF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF073; }
p { color: rgb(122,240,115); }
H1.HeaderClassName
{
color: #7AF073;
}
.AnyTagClassName
{
color: #7AF073;
}
</style>
background-color css
<style>
a { background-color: #7AF073; }
a { background-color: rgb(122,240,115); }
div.DivClassName
{
background-color: #7AF073;
}
.BgClassName
{
background-color: #7AF073;
}
</style>
border-color css
<style>
span { border-color: #7AF073; }
span { border-color: rgb(122,240,115); }
td.TdClassName
{
border-color: #7AF073;
}
.TagClassName
{
border-color: #7AF073;
}
</style>