Shades of Pastel Green #6AD960
Tints of Pastel Green #6AD960
RGB
CMYK
RGB Variations
Color information
#6AD960 (or 0x6AD960) is known color: Pastel Green. HEX triplet: 6A, D9 and 60. RGB value is (106,217,96). Sum of RGB (Red+Green+Blue) = 106+217+96=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD960 is #95269F. Grayscale: #AAAAAA. Windows color (decimal): -9774752 or 6347114. OLE color: 6347114.
HSL color Cylindrical-coordinate representation of color #6AD960: hue angle of 115.04º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AD960 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 217 | 96 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.15 |
| HSL | 115.04º | 0.61% | 0.61% | - |
| HSV(B) | 115.04º | 0.56% | 0.85% | - |
| XYZ | 32.87 | 53.53 | 19.67 | - |
| YUV | 170.02 | 86.23 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 96 | 0.51 | 0 | 0.56 | 0.15 | 115.04 | 0.61 | 0.61 |
| Hex | 6A | D9 | 60 | 33 | 0 | 38 | F | 73 | 3D | 3D |
| Octal | 152 | 331 | 140 | 63 | 0 | 70 | 17 | 163 | 75 | 75 |
| Binary | 1101010 | 11011001 | 1100000 | 110011 | 0 | 111000 | 1111 | 1110011 | 111101 | 111101 |
Color Harmonies of #6AD960
Complementary color
Monochromatic Colors of #6AD960
Black with #6AD960
Text Example
Text Example
White with #6AD960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD960; }
p { color: rgb(106,217,96); }
H1.HeaderClassName
{
color: #6AD960;
}
.AnyTagClassName
{
color: #6AD960;
}
</style>
background-color css
<style>
a { background-color: #6AD960; }
a { background-color: rgb(106,217,96); }
div.DivClassName
{
background-color: #6AD960;
}
.BgClassName
{
background-color: #6AD960;
}
</style>
border-color css
<style>
span { border-color: #6AD960; }
span { border-color: rgb(106,217,96); }
td.TdClassName
{
border-color: #6AD960;
}
.TagClassName
{
border-color: #6AD960;
}
</style>