Shades of Pastel Green #7AF27C
Tints of Pastel Green #7AF27C
RGB
CMYK
RGB Variations
Color information
#7AF27C (or 0x7AF27C) is known color: Pastel Green. HEX triplet: 7A, F2 and 7C. RGB value is (122,242,124). Sum of RGB (Red+Green+Blue) = 122+242+124=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF27C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF27C is #850D83. Grayscale: #C1C1C1. Windows color (decimal): -8719748 or 8188538. OLE color: 8188538.
HSL color Cylindrical-coordinate representation of color #7AF27C: hue angle of 121º 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 #7AF27C is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 124 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.05 |
| HSL | 121º | 0.82% | 0.71% | - |
| HSV(B) | 121º | 0.5% | 0.95% | - |
| XYZ | 43.42 | 69.1 | 30.12 | - |
| YUV | 192.67 | 89.24 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 124 | 0.50 | 0 | 0.49 | 0.05 | 121 | 0.82 | 0.71 |
| Hex | 7A | F2 | 7C | 32 | 0 | 31 | 5 | 79 | 52 | 47 |
| Octal | 172 | 362 | 174 | 62 | 0 | 61 | 5 | 171 | 122 | 107 |
| Binary | 1111010 | 11110010 | 1111100 | 110010 | 0 | 110001 | 101 | 1111001 | 1010010 | 1000111 |
Color Harmonies of #7AF27C
Complementary color
Monochromatic Colors of #7AF27C
Black with #7AF27C
Text Example
Text Example
White with #7AF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF27C; }
p { color: rgb(122,242,124); }
H1.HeaderClassName
{
color: #7AF27C;
}
.AnyTagClassName
{
color: #7AF27C;
}
</style>
background-color css
<style>
a { background-color: #7AF27C; }
a { background-color: rgb(122,242,124); }
div.DivClassName
{
background-color: #7AF27C;
}
.BgClassName
{
background-color: #7AF27C;
}
</style>
border-color css
<style>
span { border-color: #7AF27C; }
span { border-color: rgb(122,242,124); }
td.TdClassName
{
border-color: #7AF27C;
}
.TagClassName
{
border-color: #7AF27C;
}
</style>