Shades of Pastel Green #6AD77A
Tints of Pastel Green #6AD77A
RGB
CMYK
RGB Variations
Color information
#6AD77A (or 0x6AD77A) is known color: Pastel Green. HEX triplet: 6A, D7 and 7A. RGB value is (106,215,122). Sum of RGB (Red+Green+Blue) = 106+215+122=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD77A is #952885. Grayscale: #ACACAC. Windows color (decimal): -9775238 or 8050538. OLE color: 8050538.
HSL color Cylindrical-coordinate representation of color #6AD77A: hue angle of 128.81º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD77A is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 122 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.16 |
| HSL | 128.81º | 0.58% | 0.63% | - |
| HSV(B) | 128.81º | 0.51% | 0.84% | - |
| XYZ | 33.76 | 53.07 | 26.88 | - |
| YUV | 171.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 122 | 0.51 | 0 | 0.43 | 0.16 | 128.81 | 0.58 | 0.63 |
| Hex | 6A | D7 | 7A | 33 | 0 | 2B | 10 | 81 | 3A | 3F |
| Octal | 152 | 327 | 172 | 63 | 0 | 53 | 20 | 201 | 72 | 77 |
| Binary | 1101010 | 11010111 | 1111010 | 110011 | 0 | 101011 | 10000 | 10000001 | 111010 | 111111 |
Color Harmonies of #6AD77A
Complementary color
Monochromatic Colors of #6AD77A
Black with #6AD77A
Text Example
Text Example
White with #6AD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD77A; }
p { color: rgb(106,215,122); }
H1.HeaderClassName
{
color: #6AD77A;
}
.AnyTagClassName
{
color: #6AD77A;
}
</style>
background-color css
<style>
a { background-color: #6AD77A; }
a { background-color: rgb(106,215,122); }
div.DivClassName
{
background-color: #6AD77A;
}
.BgClassName
{
background-color: #6AD77A;
}
</style>
border-color css
<style>
span { border-color: #6AD77A; }
span { border-color: rgb(106,215,122); }
td.TdClassName
{
border-color: #6AD77A;
}
.TagClassName
{
border-color: #6AD77A;
}
</style>