Shades of Pastel Green #6AD07F
Tints of Pastel Green #6AD07F
RGB
CMYK
RGB Variations
Color information
#6AD07F (or 0x6AD07F) is known color: Pastel Green. HEX triplet: 6A, D0 and 7F. RGB value is (106,208,127). Sum of RGB (Red+Green+Blue) = 106+208+127=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD07F is #952F80. Grayscale: #A8A8A8. Windows color (decimal): -9777025 or 8376426. OLE color: 8376426.
HSL color Cylindrical-coordinate representation of color #6AD07F: hue angle of 132.35º 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 #6AD07F is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 127 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.18 |
| HSL | 132.35º | 0.52% | 0.62% | - |
| HSV(B) | 132.35º | 0.49% | 0.82% | - |
| XYZ | 32.33 | 49.71 | 27.97 | - |
| YUV | 168.27 | 104.71 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 127 | 0.49 | 0 | 0.39 | 0.18 | 132.35 | 0.52 | 0.62 |
| Hex | 6A | D0 | 7F | 31 | 0 | 27 | 12 | 84 | 34 | 3E |
| Octal | 152 | 320 | 177 | 61 | 0 | 47 | 22 | 204 | 64 | 76 |
| Binary | 1101010 | 11010000 | 1111111 | 110001 | 0 | 100111 | 10010 | 10000100 | 110100 | 111110 |
Color Harmonies of #6AD07F
Complementary color
Monochromatic Colors of #6AD07F
Black with #6AD07F
Text Example
Text Example
White with #6AD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD07F; }
p { color: rgb(106,208,127); }
H1.HeaderClassName
{
color: #6AD07F;
}
.AnyTagClassName
{
color: #6AD07F;
}
</style>
background-color css
<style>
a { background-color: #6AD07F; }
a { background-color: rgb(106,208,127); }
div.DivClassName
{
background-color: #6AD07F;
}
.BgClassName
{
background-color: #6AD07F;
}
</style>
border-color css
<style>
span { border-color: #6AD07F; }
span { border-color: rgb(106,208,127); }
td.TdClassName
{
border-color: #6AD07F;
}
.TagClassName
{
border-color: #6AD07F;
}
</style>