Shades of Pastel Green #7AF06C
Tints of Pastel Green #7AF06C
RGB
CMYK
RGB Variations
Color information
#7AF06C (or 0x7AF06C) is known color: Pastel Green. HEX triplet: 7A, F0 and 6C. RGB value is (122,240,108). Sum of RGB (Red+Green+Blue) = 122+240+108=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF06C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF06C is #850F93. Grayscale: #BEBEBE. Windows color (decimal): -8720276 or 7139450. OLE color: 7139450.
HSL color Cylindrical-coordinate representation of color #7AF06C: hue angle of 113.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AF06C is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 108 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.06 |
| HSL | 113.64º | 0.81% | 0.68% | - |
| HSV(B) | 113.64º | 0.55% | 0.94% | - |
| XYZ | 41.89 | 67.54 | 25.02 | - |
| YUV | 189.67 | 81.91 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 108 | 0.49 | 0 | 0.55 | 0.06 | 113.64 | 0.81 | 0.68 |
| Hex | 7A | F0 | 6C | 31 | 0 | 37 | 6 | 72 | 51 | 44 |
| Octal | 172 | 360 | 154 | 61 | 0 | 67 | 6 | 162 | 121 | 104 |
| Binary | 1111010 | 11110000 | 1101100 | 110001 | 0 | 110111 | 110 | 1110010 | 1010001 | 1000100 |
Color Harmonies of #7AF06C
Complementary color
Monochromatic Colors of #7AF06C
Black with #7AF06C
Text Example
Text Example
White with #7AF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF06C; }
p { color: rgb(122,240,108); }
H1.HeaderClassName
{
color: #7AF06C;
}
.AnyTagClassName
{
color: #7AF06C;
}
</style>
background-color css
<style>
a { background-color: #7AF06C; }
a { background-color: rgb(122,240,108); }
div.DivClassName
{
background-color: #7AF06C;
}
.BgClassName
{
background-color: #7AF06C;
}
</style>
border-color css
<style>
span { border-color: #7AF06C; }
span { border-color: rgb(122,240,108); }
td.TdClassName
{
border-color: #7AF06C;
}
.TagClassName
{
border-color: #7AF06C;
}
</style>