Shades of Pastel Green #7AF16C
Tints of Pastel Green #7AF16C
RGB
CMYK
RGB Variations
Color information
#7AF16C (or 0x7AF16C) is known color: Pastel Green. HEX triplet: 7A, F1 and 6C. RGB value is (122,241,108). Sum of RGB (Red+Green+Blue) = 122+241+108=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF16C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF16C is #850E93. Grayscale: #BEBEBE. Windows color (decimal): -8720020 or 7139706. OLE color: 7139706.
HSL color Cylindrical-coordinate representation of color #7AF16C: hue angle of 113.68º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AF16C is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 108 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.05 |
| HSL | 113.68º | 0.83% | 0.68% | - |
| HSV(B) | 113.68º | 0.55% | 0.95% | - |
| XYZ | 42.19 | 68.13 | 25.11 | - |
| YUV | 190.26 | 81.58 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 108 | 0.49 | 0 | 0.55 | 0.05 | 113.68 | 0.83 | 0.68 |
| Hex | 7A | F1 | 6C | 31 | 0 | 37 | 5 | 72 | 53 | 44 |
| Octal | 172 | 361 | 154 | 61 | 0 | 67 | 5 | 162 | 123 | 104 |
| Binary | 1111010 | 11110001 | 1101100 | 110001 | 0 | 110111 | 101 | 1110010 | 1010011 | 1000100 |
Color Harmonies of #7AF16C
Complementary color
Monochromatic Colors of #7AF16C
Black with #7AF16C
Text Example
Text Example
White with #7AF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF16C; }
p { color: rgb(122,241,108); }
H1.HeaderClassName
{
color: #7AF16C;
}
.AnyTagClassName
{
color: #7AF16C;
}
</style>
background-color css
<style>
a { background-color: #7AF16C; }
a { background-color: rgb(122,241,108); }
div.DivClassName
{
background-color: #7AF16C;
}
.BgClassName
{
background-color: #7AF16C;
}
</style>
border-color css
<style>
span { border-color: #7AF16C; }
span { border-color: rgb(122,241,108); }
td.TdClassName
{
border-color: #7AF16C;
}
.TagClassName
{
border-color: #7AF16C;
}
</style>