Shades of Pastel Green #6AD96B
Tints of Pastel Green #6AD96B
RGB
CMYK
RGB Variations
Color information
#6AD96B (or 0x6AD96B) is known color: Pastel Green. HEX triplet: 6A, D9 and 6B. RGB value is (106,217,107). Sum of RGB (Red+Green+Blue) = 106+217+107=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD96B is #952694. Grayscale: #ABABAB. Windows color (decimal): -9774741 or 7068010. OLE color: 7068010.
HSL color Cylindrical-coordinate representation of color #6AD96B: hue angle of 120.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD96B is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 217 | 107 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.15 |
| HSL | 120.54º | 0.59% | 0.63% | - |
| HSV(B) | 120.54º | 0.51% | 0.85% | - |
| XYZ | 33.41 | 53.75 | 22.52 | - |
| YUV | 171.27 | 91.73 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 107 | 0.51 | 0 | 0.51 | 0.15 | 120.54 | 0.59 | 0.63 |
| Hex | 6A | D9 | 6B | 33 | 0 | 33 | F | 79 | 3B | 3F |
| Octal | 152 | 331 | 153 | 63 | 0 | 63 | 17 | 171 | 73 | 77 |
| Binary | 1101010 | 11011001 | 1101011 | 110011 | 0 | 110011 | 1111 | 1111001 | 111011 | 111111 |
Color Harmonies of #6AD96B
Complementary color
Monochromatic Colors of #6AD96B
Black with #6AD96B
Text Example
Text Example
White with #6AD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD96B; }
p { color: rgb(106,217,107); }
H1.HeaderClassName
{
color: #6AD96B;
}
.AnyTagClassName
{
color: #6AD96B;
}
</style>
background-color css
<style>
a { background-color: #6AD96B; }
a { background-color: rgb(106,217,107); }
div.DivClassName
{
background-color: #6AD96B;
}
.BgClassName
{
background-color: #6AD96B;
}
</style>
border-color css
<style>
span { border-color: #6AD96B; }
span { border-color: rgb(106,217,107); }
td.TdClassName
{
border-color: #6AD96B;
}
.TagClassName
{
border-color: #6AD96B;
}
</style>