Shades of Pastel Green #7AF27E
Tints of Pastel Green #7AF27E
RGB
CMYK
RGB Variations
Color information
#7AF27E (or 0x7AF27E) is known color: Pastel Green. HEX triplet: 7A, F2 and 7E. RGB value is (122,242,126). Sum of RGB (Red+Green+Blue) = 122+242+126=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF27E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF27E is #850D81. Grayscale: #C1C1C1. Windows color (decimal): -8719746 or 8319610. OLE color: 8319610.
HSL color Cylindrical-coordinate representation of color #7AF27E: hue angle of 122º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF27E is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 126 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.05 |
| HSL | 122º | 0.82% | 0.71% | - |
| HSV(B) | 122º | 0.5% | 0.95% | - |
| XYZ | 43.54 | 69.15 | 30.79 | - |
| YUV | 192.9 | 90.24 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 126 | 0.50 | 0 | 0.48 | 0.05 | 122 | 0.82 | 0.71 |
| Hex | 7A | F2 | 7E | 32 | 0 | 30 | 5 | 7A | 52 | 47 |
| Octal | 172 | 362 | 176 | 62 | 0 | 60 | 5 | 172 | 122 | 107 |
| Binary | 1111010 | 11110010 | 1111110 | 110010 | 0 | 110000 | 101 | 1111010 | 1010010 | 1000111 |
Color Harmonies of #7AF27E
Complementary color
Monochromatic Colors of #7AF27E
Black with #7AF27E
Text Example
Text Example
White with #7AF27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF27E; }
p { color: rgb(122,242,126); }
H1.HeaderClassName
{
color: #7AF27E;
}
.AnyTagClassName
{
color: #7AF27E;
}
</style>
background-color css
<style>
a { background-color: #7AF27E; }
a { background-color: rgb(122,242,126); }
div.DivClassName
{
background-color: #7AF27E;
}
.BgClassName
{
background-color: #7AF27E;
}
</style>
border-color css
<style>
span { border-color: #7AF27E; }
span { border-color: rgb(122,242,126); }
td.TdClassName
{
border-color: #7AF27E;
}
.TagClassName
{
border-color: #7AF27E;
}
</style>