Shades of Pastel Green #8CFA6D
Tints of Pastel Green #8CFA6D
RGB
CMYK
RGB Variations
Color information
#8CFA6D (or 0x8CFA6D) is known color: Pastel Green. HEX triplet: 8C, FA and 6D. RGB value is (140,250,109). Sum of RGB (Red+Green+Blue) = 140+250+109=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFA6D is #730592. Grayscale: #C9C9C9. Windows color (decimal): -7538067 or 7207564. OLE color: 7207564.
HSL color Cylindrical-coordinate representation of color #8CFA6D: hue angle of 106.81º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CFA6D is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 109 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.02 |
| HSL | 106.81º | 0.93% | 0.7% | - |
| HSV(B) | 106.81º | 0.56% | 0.98% | - |
| XYZ | 47.76 | 75.05 | 26.44 | - |
| YUV | 201.04 | 76.06 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 109 | 0.44 | 0 | 0.56 | 0.02 | 106.81 | 0.93 | 0.7 |
| Hex | 8C | FA | 6D | 2C | 0 | 38 | 2 | 6B | 5D | 46 |
| Octal | 214 | 372 | 155 | 54 | 0 | 70 | 2 | 153 | 135 | 106 |
| Binary | 10001100 | 11111010 | 1101101 | 101100 | 0 | 111000 | 10 | 1101011 | 1011101 | 1000110 |
Color Harmonies of #8CFA6D
Complementary color
Monochromatic Colors of #8CFA6D
Black with #8CFA6D
Text Example
Text Example
White with #8CFA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA6D; }
p { color: rgb(140,250,109); }
H1.HeaderClassName
{
color: #8CFA6D;
}
.AnyTagClassName
{
color: #8CFA6D;
}
</style>
background-color css
<style>
a { background-color: #8CFA6D; }
a { background-color: rgb(140,250,109); }
div.DivClassName
{
background-color: #8CFA6D;
}
.BgClassName
{
background-color: #8CFA6D;
}
</style>
border-color css
<style>
span { border-color: #8CFA6D; }
span { border-color: rgb(140,250,109); }
td.TdClassName
{
border-color: #8CFA6D;
}
.TagClassName
{
border-color: #8CFA6D;
}
</style>