Shades of Pastel Green #7AF26E
Tints of Pastel Green #7AF26E
RGB
CMYK
RGB Variations
Color information
#7AF26E (or 0x7AF26E) is known color: Pastel Green. HEX triplet: 7A, F2 and 6E. RGB value is (122,242,110). Sum of RGB (Red+Green+Blue) = 122+242+110=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF26E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF26E is #850D91. Grayscale: #BFBFBF. Windows color (decimal): -8719762 or 7271034. OLE color: 7271034.
HSL color Cylindrical-coordinate representation of color #7AF26E: hue angle of 114.55º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AF26E is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 110 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.05 |
| HSL | 114.55º | 0.84% | 0.69% | - |
| HSV(B) | 114.55º | 0.55% | 0.95% | - |
| XYZ | 42.59 | 68.77 | 25.78 | - |
| YUV | 191.07 | 82.24 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 110 | 0.50 | 0 | 0.55 | 0.05 | 114.55 | 0.84 | 0.69 |
| Hex | 7A | F2 | 6E | 32 | 0 | 37 | 5 | 73 | 54 | 45 |
| Octal | 172 | 362 | 156 | 62 | 0 | 67 | 5 | 163 | 124 | 105 |
| Binary | 1111010 | 11110010 | 1101110 | 110010 | 0 | 110111 | 101 | 1110011 | 1010100 | 1000101 |
Color Harmonies of #7AF26E
Complementary color
Monochromatic Colors of #7AF26E
Black with #7AF26E
Text Example
Text Example
White with #7AF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF26E; }
p { color: rgb(122,242,110); }
H1.HeaderClassName
{
color: #7AF26E;
}
.AnyTagClassName
{
color: #7AF26E;
}
</style>
background-color css
<style>
a { background-color: #7AF26E; }
a { background-color: rgb(122,242,110); }
div.DivClassName
{
background-color: #7AF26E;
}
.BgClassName
{
background-color: #7AF26E;
}
</style>
border-color css
<style>
span { border-color: #7AF26E; }
span { border-color: rgb(122,242,110); }
td.TdClassName
{
border-color: #7AF26E;
}
.TagClassName
{
border-color: #7AF26E;
}
</style>