Shades of Pastel Green #6AD178
Tints of Pastel Green #6AD178
RGB
CMYK
RGB Variations
Color information
#6AD178 (or 0x6AD178) is known color: Pastel Green. HEX triplet: 6A, D1 and 78. RGB value is (106,209,120). Sum of RGB (Red+Green+Blue) = 106+209+120=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD178 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD178 is #952E87. Grayscale: #A8A8A8. Windows color (decimal): -9776776 or 7917930. OLE color: 7917930.
HSL color Cylindrical-coordinate representation of color #6AD178: hue angle of 128.16º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD178 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 120 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.18 |
| HSL | 128.16º | 0.53% | 0.62% | - |
| HSV(B) | 128.16º | 0.49% | 0.82% | - |
| XYZ | 32.13 | 50.02 | 25.73 | - |
| YUV | 168.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 120 | 0.49 | 0 | 0.43 | 0.18 | 128.16 | 0.53 | 0.62 |
| Hex | 6A | D1 | 78 | 31 | 0 | 2B | 12 | 80 | 35 | 3E |
| Octal | 152 | 321 | 170 | 61 | 0 | 53 | 22 | 200 | 65 | 76 |
| Binary | 1101010 | 11010001 | 1111000 | 110001 | 0 | 101011 | 10010 | 10000000 | 110101 | 111110 |
Color Harmonies of #6AD178
Complementary color
Monochromatic Colors of #6AD178
Black with #6AD178
Text Example
Text Example
White with #6AD178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD178; }
p { color: rgb(106,209,120); }
H1.HeaderClassName
{
color: #6AD178;
}
.AnyTagClassName
{
color: #6AD178;
}
</style>
background-color css
<style>
a { background-color: #6AD178; }
a { background-color: rgb(106,209,120); }
div.DivClassName
{
background-color: #6AD178;
}
.BgClassName
{
background-color: #6AD178;
}
</style>
border-color css
<style>
span { border-color: #6AD178; }
span { border-color: rgb(106,209,120); }
td.TdClassName
{
border-color: #6AD178;
}
.TagClassName
{
border-color: #6AD178;
}
</style>