Shades of Pastel Green #7AF16B
Tints of Pastel Green #7AF16B
RGB
CMYK
RGB Variations
Color information
#7AF16B (or 0x7AF16B) is known color: Pastel Green. HEX triplet: 7A, F1 and 6B. RGB value is (122,241,107). Sum of RGB (Red+Green+Blue) = 122+241+107=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF16B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF16B is #850E94. Grayscale: #BEBEBE. Windows color (decimal): -8720021 or 7074170. OLE color: 7074170.
HSL color Cylindrical-coordinate representation of color #7AF16B: hue angle of 113.28º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AF16B is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 107 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.05 |
| HSL | 113.28º | 0.83% | 0.68% | - |
| HSV(B) | 113.28º | 0.56% | 0.95% | - |
| XYZ | 42.14 | 68.11 | 24.84 | - |
| YUV | 190.14 | 81.08 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 107 | 0.49 | 0 | 0.56 | 0.05 | 113.28 | 0.83 | 0.68 |
| Hex | 7A | F1 | 6B | 31 | 0 | 38 | 5 | 71 | 53 | 44 |
| Octal | 172 | 361 | 153 | 61 | 0 | 70 | 5 | 161 | 123 | 104 |
| Binary | 1111010 | 11110001 | 1101011 | 110001 | 0 | 111000 | 101 | 1110001 | 1010011 | 1000100 |
Color Harmonies of #7AF16B
Complementary color
Monochromatic Colors of #7AF16B
Black with #7AF16B
Text Example
Text Example
White with #7AF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF16B; }
p { color: rgb(122,241,107); }
H1.HeaderClassName
{
color: #7AF16B;
}
.AnyTagClassName
{
color: #7AF16B;
}
</style>
background-color css
<style>
a { background-color: #7AF16B; }
a { background-color: rgb(122,241,107); }
div.DivClassName
{
background-color: #7AF16B;
}
.BgClassName
{
background-color: #7AF16B;
}
</style>
border-color css
<style>
span { border-color: #7AF16B; }
span { border-color: rgb(122,241,107); }
td.TdClassName
{
border-color: #7AF16B;
}
.TagClassName
{
border-color: #7AF16B;
}
</style>