Shades of Pastel Green #7AF272
Tints of Pastel Green #7AF272
RGB
CMYK
RGB Variations
Color information
#7AF272 (or 0x7AF272) is known color: Pastel Green. HEX triplet: 7A, F2 and 72. RGB value is (122,242,114). Sum of RGB (Red+Green+Blue) = 122+242+114=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF272 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF272 is #850D8D. Grayscale: #BFBFBF. Windows color (decimal): -8719758 or 7533178. OLE color: 7533178.
HSL color Cylindrical-coordinate representation of color #7AF272: hue angle of 116.25º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AF272 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 114 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.05 |
| HSL | 116.25º | 0.83% | 0.7% | - |
| HSV(B) | 116.25º | 0.53% | 0.95% | - |
| XYZ | 42.82 | 68.86 | 26.95 | - |
| YUV | 191.53 | 84.24 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 114 | 0.50 | 0 | 0.53 | 0.05 | 116.25 | 0.83 | 0.7 |
| Hex | 7A | F2 | 72 | 32 | 0 | 35 | 5 | 74 | 53 | 46 |
| Octal | 172 | 362 | 162 | 62 | 0 | 65 | 5 | 164 | 123 | 106 |
| Binary | 1111010 | 11110010 | 1110010 | 110010 | 0 | 110101 | 101 | 1110100 | 1010011 | 1000110 |
Color Harmonies of #7AF272
Complementary color
Monochromatic Colors of #7AF272
Black with #7AF272
Text Example
Text Example
White with #7AF272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF272; }
p { color: rgb(122,242,114); }
H1.HeaderClassName
{
color: #7AF272;
}
.AnyTagClassName
{
color: #7AF272;
}
</style>
background-color css
<style>
a { background-color: #7AF272; }
a { background-color: rgb(122,242,114); }
div.DivClassName
{
background-color: #7AF272;
}
.BgClassName
{
background-color: #7AF272;
}
</style>
border-color css
<style>
span { border-color: #7AF272; }
span { border-color: rgb(122,242,114); }
td.TdClassName
{
border-color: #7AF272;
}
.TagClassName
{
border-color: #7AF272;
}
</style>