Shades of Pastel Green #6AD76D
Tints of Pastel Green #6AD76D
RGB
CMYK
RGB Variations
Color information
#6AD76D (or 0x6AD76D) is known color: Pastel Green. HEX triplet: 6A, D7 and 6D. RGB value is (106,215,109). Sum of RGB (Red+Green+Blue) = 106+215+109=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD76D is #952892. Grayscale: #AAAAAA. Windows color (decimal): -9775251 or 7198570. OLE color: 7198570.
HSL color Cylindrical-coordinate representation of color #6AD76D: hue angle of 121.65º 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 #6AD76D is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 109 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.16 |
| HSL | 121.65º | 0.58% | 0.63% | - |
| HSV(B) | 121.65º | 0.51% | 0.84% | - |
| XYZ | 33 | 52.77 | 22.91 | - |
| YUV | 170.33 | 93.39 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 109 | 0.51 | 0 | 0.49 | 0.16 | 121.65 | 0.58 | 0.63 |
| Hex | 6A | D7 | 6D | 33 | 0 | 31 | 10 | 7A | 3A | 3F |
| Octal | 152 | 327 | 155 | 63 | 0 | 61 | 20 | 172 | 72 | 77 |
| Binary | 1101010 | 11010111 | 1101101 | 110011 | 0 | 110001 | 10000 | 1111010 | 111010 | 111111 |
Color Harmonies of #6AD76D
Complementary color
Monochromatic Colors of #6AD76D
Black with #6AD76D
Text Example
Text Example
White with #6AD76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD76D; }
p { color: rgb(106,215,109); }
H1.HeaderClassName
{
color: #6AD76D;
}
.AnyTagClassName
{
color: #6AD76D;
}
</style>
background-color css
<style>
a { background-color: #6AD76D; }
a { background-color: rgb(106,215,109); }
div.DivClassName
{
background-color: #6AD76D;
}
.BgClassName
{
background-color: #6AD76D;
}
</style>
border-color css
<style>
span { border-color: #6AD76D; }
span { border-color: rgb(106,215,109); }
td.TdClassName
{
border-color: #6AD76D;
}
.TagClassName
{
border-color: #6AD76D;
}
</style>