Shades of Pastel Green #6AD160
Tints of Pastel Green #6AD160
RGB
CMYK
RGB Variations
Color information
#6AD160 (or 0x6AD160) is known color: Pastel Green. HEX triplet: 6A, D1 and 60. RGB value is (106,209,96). Sum of RGB (Red+Green+Blue) = 106+209+96=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD160 is #952E9F. Grayscale: #A5A5A5. Windows color (decimal): -9776800 or 6345066. OLE color: 6345066.
HSL color Cylindrical-coordinate representation of color #6AD160: hue angle of 114.69º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AD160 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 96 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.18 |
| HSL | 114.69º | 0.55% | 0.6% | - |
| HSV(B) | 114.69º | 0.54% | 0.82% | - |
| XYZ | 30.86 | 49.51 | 19 | - |
| YUV | 165.32 | 88.88 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 96 | 0.49 | 0 | 0.54 | 0.18 | 114.69 | 0.55 | 0.6 |
| Hex | 6A | D1 | 60 | 31 | 0 | 36 | 12 | 73 | 37 | 3C |
| Octal | 152 | 321 | 140 | 61 | 0 | 66 | 22 | 163 | 67 | 74 |
| Binary | 1101010 | 11010001 | 1100000 | 110001 | 0 | 110110 | 10010 | 1110011 | 110111 | 111100 |
Color Harmonies of #6AD160
Complementary color
Monochromatic Colors of #6AD160
Black with #6AD160
Text Example
Text Example
White with #6AD160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD160; }
p { color: rgb(106,209,96); }
H1.HeaderClassName
{
color: #6AD160;
}
.AnyTagClassName
{
color: #6AD160;
}
</style>
background-color css
<style>
a { background-color: #6AD160; }
a { background-color: rgb(106,209,96); }
div.DivClassName
{
background-color: #6AD160;
}
.BgClassName
{
background-color: #6AD160;
}
</style>
border-color css
<style>
span { border-color: #6AD160; }
span { border-color: rgb(106,209,96); }
td.TdClassName
{
border-color: #6AD160;
}
.TagClassName
{
border-color: #6AD160;
}
</style>