Shades of Pastel Green #7AEE68
Tints of Pastel Green #7AEE68
RGB
CMYK
RGB Variations
Color information
#7AEE68 (or 0x7AEE68) is known color: Pastel Green. HEX triplet: 7A, EE and 68. RGB value is (122,238,104). Sum of RGB (Red+Green+Blue) = 122+238+104=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEE68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AEE68 is #851197. Grayscale: #BCBCBC. Windows color (decimal): -8720792 or 6876794. OLE color: 6876794.
HSL color Cylindrical-coordinate representation of color #7AEE68: hue angle of 111.94º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AEE68 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 238 | 104 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.07 |
| HSL | 111.94º | 0.8% | 0.67% | - |
| HSV(B) | 111.94º | 0.56% | 0.93% | - |
| XYZ | 41.1 | 66.29 | 23.73 | - |
| YUV | 188.04 | 80.57 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 238 | 104 | 0.49 | 0 | 0.56 | 0.07 | 111.94 | 0.8 | 0.67 |
| Hex | 7A | EE | 68 | 31 | 0 | 38 | 7 | 70 | 50 | 43 |
| Octal | 172 | 356 | 150 | 61 | 0 | 70 | 7 | 160 | 120 | 103 |
| Binary | 1111010 | 11101110 | 1101000 | 110001 | 0 | 111000 | 111 | 1110000 | 1010000 | 1000011 |
Color Harmonies of #7AEE68
Complementary color
Monochromatic Colors of #7AEE68
Black with #7AEE68
Text Example
Text Example
White with #7AEE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEE68; }
p { color: rgb(122,238,104); }
H1.HeaderClassName
{
color: #7AEE68;
}
.AnyTagClassName
{
color: #7AEE68;
}
</style>
background-color css
<style>
a { background-color: #7AEE68; }
a { background-color: rgb(122,238,104); }
div.DivClassName
{
background-color: #7AEE68;
}
.BgClassName
{
background-color: #7AEE68;
}
</style>
border-color css
<style>
span { border-color: #7AEE68; }
span { border-color: rgb(122,238,104); }
td.TdClassName
{
border-color: #7AEE68;
}
.TagClassName
{
border-color: #7AEE68;
}
</style>