Shades of Pastel Green #8CFA6C
Tints of Pastel Green #8CFA6C
RGB
CMYK
RGB Variations
Color information
#8CFA6C (or 0x8CFA6C) is known color: Pastel Green. HEX triplet: 8C, FA and 6C. RGB value is (140,250,108). Sum of RGB (Red+Green+Blue) = 140+250+108=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFA6C is #730593. Grayscale: #C9C9C9. Windows color (decimal): -7538068 or 7142028. OLE color: 7142028.
HSL color Cylindrical-coordinate representation of color #8CFA6C: hue angle of 106.48º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CFA6C is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 108 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.02 |
| HSL | 106.48º | 0.93% | 0.7% | - |
| HSV(B) | 106.48º | 0.57% | 0.98% | - |
| XYZ | 47.71 | 75.03 | 26.16 | - |
| YUV | 200.92 | 75.56 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 108 | 0.44 | 0 | 0.57 | 0.02 | 106.48 | 0.93 | 0.7 |
| Hex | 8C | FA | 6C | 2C | 0 | 39 | 2 | 6A | 5D | 46 |
| Octal | 214 | 372 | 154 | 54 | 0 | 71 | 2 | 152 | 135 | 106 |
| Binary | 10001100 | 11111010 | 1101100 | 101100 | 0 | 111001 | 10 | 1101010 | 1011101 | 1000110 |
Color Harmonies of #8CFA6C
Complementary color
Monochromatic Colors of #8CFA6C
Black with #8CFA6C
Text Example
Text Example
White with #8CFA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA6C; }
p { color: rgb(140,250,108); }
H1.HeaderClassName
{
color: #8CFA6C;
}
.AnyTagClassName
{
color: #8CFA6C;
}
</style>
background-color css
<style>
a { background-color: #8CFA6C; }
a { background-color: rgb(140,250,108); }
div.DivClassName
{
background-color: #8CFA6C;
}
.BgClassName
{
background-color: #8CFA6C;
}
</style>
border-color css
<style>
span { border-color: #8CFA6C; }
span { border-color: rgb(140,250,108); }
td.TdClassName
{
border-color: #8CFA6C;
}
.TagClassName
{
border-color: #8CFA6C;
}
</style>