Shades of Pastel Green #6ACF5F
Tints of Pastel Green #6ACF5F
RGB
CMYK
RGB Variations
Color information
#6ACF5F (or 0x6ACF5F) is known color: Pastel Green. HEX triplet: 6A, CF and 5F. RGB value is (106,207,95). Sum of RGB (Red+Green+Blue) = 106+207+95=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACF5F is #9530A0. Grayscale: #A4A4A4. Windows color (decimal): -9777313 or 6279018. OLE color: 6279018.
HSL color Cylindrical-coordinate representation of color #6ACF5F: hue angle of 114.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ACF5F is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 207 | 95 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.19 |
| HSL | 114.11º | 0.54% | 0.59% | - |
| HSV(B) | 114.11º | 0.54% | 0.81% | - |
| XYZ | 30.32 | 48.52 | 18.59 | - |
| YUV | 164.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 95 | 0.49 | 0 | 0.54 | 0.19 | 114.11 | 0.54 | 0.59 |
| Hex | 6A | CF | 5F | 31 | 0 | 36 | 13 | 72 | 36 | 3B |
| Octal | 152 | 317 | 137 | 61 | 0 | 66 | 23 | 162 | 66 | 73 |
| Binary | 1101010 | 11001111 | 1011111 | 110001 | 0 | 110110 | 10011 | 1110010 | 110110 | 111011 |
Color Harmonies of #6ACF5F
Complementary color
Monochromatic Colors of #6ACF5F
Black with #6ACF5F
Text Example
Text Example
White with #6ACF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACF5F; }
p { color: rgb(106,207,95); }
H1.HeaderClassName
{
color: #6ACF5F;
}
.AnyTagClassName
{
color: #6ACF5F;
}
</style>
background-color css
<style>
a { background-color: #6ACF5F; }
a { background-color: rgb(106,207,95); }
div.DivClassName
{
background-color: #6ACF5F;
}
.BgClassName
{
background-color: #6ACF5F;
}
</style>
border-color css
<style>
span { border-color: #6ACF5F; }
span { border-color: rgb(106,207,95); }
td.TdClassName
{
border-color: #6ACF5F;
}
.TagClassName
{
border-color: #6ACF5F;
}
</style>