Shades of Pastel Green #7AF17C
Tints of Pastel Green #7AF17C
RGB
CMYK
RGB Variations
Color information
#7AF17C (or 0x7AF17C) is known color: Pastel Green. HEX triplet: 7A, F1 and 7C. RGB value is (122,241,124). Sum of RGB (Red+Green+Blue) = 122+241+124=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF17C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF17C is #850E83. Grayscale: #C0C0C0. Windows color (decimal): -8720004 or 8188282. OLE color: 8188282.
HSL color Cylindrical-coordinate representation of color #7AF17C: hue angle of 121.01º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF17C is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 124 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.05 |
| HSL | 121.01º | 0.81% | 0.71% | - |
| HSV(B) | 121.01º | 0.49% | 0.95% | - |
| XYZ | 43.12 | 68.5 | 30.02 | - |
| YUV | 192.08 | 89.58 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 124 | 0.49 | 0 | 0.49 | 0.05 | 121.01 | 0.81 | 0.71 |
| Hex | 7A | F1 | 7C | 31 | 0 | 31 | 5 | 79 | 51 | 47 |
| Octal | 172 | 361 | 174 | 61 | 0 | 61 | 5 | 171 | 121 | 107 |
| Binary | 1111010 | 11110001 | 1111100 | 110001 | 0 | 110001 | 101 | 1111001 | 1010001 | 1000111 |
Color Harmonies of #7AF17C
Complementary color
Monochromatic Colors of #7AF17C
Black with #7AF17C
Text Example
Text Example
White with #7AF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF17C; }
p { color: rgb(122,241,124); }
H1.HeaderClassName
{
color: #7AF17C;
}
.AnyTagClassName
{
color: #7AF17C;
}
</style>
background-color css
<style>
a { background-color: #7AF17C; }
a { background-color: rgb(122,241,124); }
div.DivClassName
{
background-color: #7AF17C;
}
.BgClassName
{
background-color: #7AF17C;
}
</style>
border-color css
<style>
span { border-color: #7AF17C; }
span { border-color: rgb(122,241,124); }
td.TdClassName
{
border-color: #7AF17C;
}
.TagClassName
{
border-color: #7AF17C;
}
</style>