Shades of Pastel Green #6AD080
Tints of Pastel Green #6AD080
RGB
CMYK
RGB Variations
Color information
#6AD080 (or 0x6AD080) is known color: Pastel Green. HEX triplet: 6A, D0 and 80. RGB value is (106,208,128). Sum of RGB (Red+Green+Blue) = 106+208+128=442 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.98% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD080 is #952F7F. Grayscale: #A8A8A8. Windows color (decimal): -9777024 or 8441962. OLE color: 8441962.
HSL color Cylindrical-coordinate representation of color #6AD080: hue angle of 132.94º degrees, saturation: 0.52, 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 #6AD080 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 128 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.18 |
| HSL | 132.94º | 0.52% | 0.62% | - |
| HSV(B) | 132.94º | 0.49% | 0.82% | - |
| XYZ | 32.4 | 49.73 | 28.31 | - |
| YUV | 168.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 128 | 0.49 | 0 | 0.38 | 0.18 | 132.94 | 0.52 | 0.62 |
| Hex | 6A | D0 | 80 | 31 | 0 | 26 | 12 | 85 | 34 | 3E |
| Octal | 152 | 320 | 200 | 61 | 0 | 46 | 22 | 205 | 64 | 76 |
| Binary | 1101010 | 11010000 | 10000000 | 110001 | 0 | 100110 | 10010 | 10000101 | 110100 | 111110 |
Color Harmonies of #6AD080
Complementary color
Monochromatic Colors of #6AD080
Black with #6AD080
Text Example
Text Example
White with #6AD080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD080; }
p { color: rgb(106,208,128); }
H1.HeaderClassName
{
color: #6AD080;
}
.AnyTagClassName
{
color: #6AD080;
}
</style>
background-color css
<style>
a { background-color: #6AD080; }
a { background-color: rgb(106,208,128); }
div.DivClassName
{
background-color: #6AD080;
}
.BgClassName
{
background-color: #6AD080;
}
</style>
border-color css
<style>
span { border-color: #6AD080; }
span { border-color: rgb(106,208,128); }
td.TdClassName
{
border-color: #6AD080;
}
.TagClassName
{
border-color: #6AD080;
}
</style>