Shades of Pastel Green #7AF082
Tints of Pastel Green #7AF082
RGB
CMYK
RGB Variations
Color information
#7AF082 (or 0x7AF082) is known color: Pastel Green. HEX triplet: 7A, F0 and 82. RGB value is (122,240,130). Sum of RGB (Red+Green+Blue) = 122+240+130=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF082 is #850F7D. Grayscale: #C0C0C0. Windows color (decimal): -8720254 or 8581242. OLE color: 8581242.
HSL color Cylindrical-coordinate representation of color #7AF082: hue angle of 124.07º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF082 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 130 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.06 |
| HSL | 124.07º | 0.8% | 0.71% | - |
| HSV(B) | 124.07º | 0.49% | 0.94% | - |
| XYZ | 43.22 | 68.07 | 31.98 | - |
| YUV | 192.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 130 | 0.49 | 0 | 0.46 | 0.06 | 124.07 | 0.8 | 0.71 |
| Hex | 7A | F0 | 82 | 31 | 0 | 2E | 6 | 7C | 50 | 47 |
| Octal | 172 | 360 | 202 | 61 | 0 | 56 | 6 | 174 | 120 | 107 |
| Binary | 1111010 | 11110000 | 10000010 | 110001 | 0 | 101110 | 110 | 1111100 | 1010000 | 1000111 |
Color Harmonies of #7AF082
Complementary color
Monochromatic Colors of #7AF082
Black with #7AF082
Text Example
Text Example
White with #7AF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF082; }
p { color: rgb(122,240,130); }
H1.HeaderClassName
{
color: #7AF082;
}
.AnyTagClassName
{
color: #7AF082;
}
</style>
background-color css
<style>
a { background-color: #7AF082; }
a { background-color: rgb(122,240,130); }
div.DivClassName
{
background-color: #7AF082;
}
.BgClassName
{
background-color: #7AF082;
}
</style>
border-color css
<style>
span { border-color: #7AF082; }
span { border-color: rgb(122,240,130); }
td.TdClassName
{
border-color: #7AF082;
}
.TagClassName
{
border-color: #7AF082;
}
</style>