Shades of Pastel Green #6ACF7F
Tints of Pastel Green #6ACF7F
RGB
CMYK
RGB Variations
Color information
#6ACF7F (or 0x6ACF7F) is known color: Pastel Green. HEX triplet: 6A, CF and 7F. RGB value is (106,207,127). Sum of RGB (Red+Green+Blue) = 106+207+127=440 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.09% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACF7F is #953080. Grayscale: #A7A7A7. Windows color (decimal): -9777281 or 8376170. OLE color: 8376170.
HSL color Cylindrical-coordinate representation of color #6ACF7F: hue angle of 132.48º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACF7F is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 207 | 127 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.19 |
| HSL | 132.48º | 0.51% | 0.61% | - |
| HSV(B) | 132.48º | 0.49% | 0.81% | - |
| XYZ | 32.09 | 49.22 | 27.89 | - |
| YUV | 167.68 | 105.04 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 127 | 0.49 | 0 | 0.39 | 0.19 | 132.48 | 0.51 | 0.61 |
| Hex | 6A | CF | 7F | 31 | 0 | 27 | 13 | 84 | 33 | 3D |
| Octal | 152 | 317 | 177 | 61 | 0 | 47 | 23 | 204 | 63 | 75 |
| Binary | 1101010 | 11001111 | 1111111 | 110001 | 0 | 100111 | 10011 | 10000100 | 110011 | 111101 |
Color Harmonies of #6ACF7F
Complementary color
Monochromatic Colors of #6ACF7F
Black with #6ACF7F
Text Example
Text Example
White with #6ACF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACF7F; }
p { color: rgb(106,207,127); }
H1.HeaderClassName
{
color: #6ACF7F;
}
.AnyTagClassName
{
color: #6ACF7F;
}
</style>
background-color css
<style>
a { background-color: #6ACF7F; }
a { background-color: rgb(106,207,127); }
div.DivClassName
{
background-color: #6ACF7F;
}
.BgClassName
{
background-color: #6ACF7F;
}
</style>
border-color css
<style>
span { border-color: #6ACF7F; }
span { border-color: rgb(106,207,127); }
td.TdClassName
{
border-color: #6ACF7F;
}
.TagClassName
{
border-color: #6ACF7F;
}
</style>