Shades of Pastel Green #7AF273
Tints of Pastel Green #7AF273
RGB
CMYK
RGB Variations
Color information
#7AF273 (or 0x7AF273) is known color: Pastel Green. HEX triplet: 7A, F2 and 73. RGB value is (122,242,115). Sum of RGB (Red+Green+Blue) = 122+242+115=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF273 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF273 is #850D8C. Grayscale: #C0C0C0. Windows color (decimal): -8719757 or 7598714. OLE color: 7598714.
HSL color Cylindrical-coordinate representation of color #7AF273: hue angle of 116.69º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF273 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 115 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.05 |
| HSL | 116.69º | 0.83% | 0.7% | - |
| HSV(B) | 116.69º | 0.52% | 0.95% | - |
| XYZ | 42.87 | 68.88 | 27.26 | - |
| YUV | 191.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 115 | 0.50 | 0 | 0.52 | 0.05 | 116.69 | 0.83 | 0.7 |
| Hex | 7A | F2 | 73 | 32 | 0 | 34 | 5 | 75 | 53 | 46 |
| Octal | 172 | 362 | 163 | 62 | 0 | 64 | 5 | 165 | 123 | 106 |
| Binary | 1111010 | 11110010 | 1110011 | 110010 | 0 | 110100 | 101 | 1110101 | 1010011 | 1000110 |
Color Harmonies of #7AF273
Complementary color
Monochromatic Colors of #7AF273
Black with #7AF273
Text Example
Text Example
White with #7AF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF273; }
p { color: rgb(122,242,115); }
H1.HeaderClassName
{
color: #7AF273;
}
.AnyTagClassName
{
color: #7AF273;
}
</style>
background-color css
<style>
a { background-color: #7AF273; }
a { background-color: rgb(122,242,115); }
div.DivClassName
{
background-color: #7AF273;
}
.BgClassName
{
background-color: #7AF273;
}
</style>
border-color css
<style>
span { border-color: #7AF273; }
span { border-color: rgb(122,242,115); }
td.TdClassName
{
border-color: #7AF273;
}
.TagClassName
{
border-color: #7AF273;
}
</style>