Shades of Pastel Green #8CF172
Tints of Pastel Green #8CF172
RGB
CMYK
RGB Variations
Color information
#8CF172 (or 0x8CF172) is known color: Pastel Green. HEX triplet: 8C, F1 and 72. RGB value is (140,241,114). Sum of RGB (Red+Green+Blue) = 140+241+114=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF172 is #730E8D. Grayscale: #C4C4C4. Windows color (decimal): -7540366 or 7532940. OLE color: 7532940.
HSL color Cylindrical-coordinate representation of color #8CF172: hue angle of 107.72º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CF172 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 114 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.05 |
| HSL | 107.72º | 0.82% | 0.7% | - |
| HSV(B) | 107.72º | 0.53% | 0.95% | - |
| XYZ | 45.31 | 69.7 | 26.99 | - |
| YUV | 196.32 | 81.54 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 114 | 0.42 | 0 | 0.53 | 0.05 | 107.72 | 0.82 | 0.7 |
| Hex | 8C | F1 | 72 | 2A | 0 | 35 | 5 | 6C | 52 | 46 |
| Octal | 214 | 361 | 162 | 52 | 0 | 65 | 5 | 154 | 122 | 106 |
| Binary | 10001100 | 11110001 | 1110010 | 101010 | 0 | 110101 | 101 | 1101100 | 1010010 | 1000110 |
Color Harmonies of #8CF172
Complementary color
Monochromatic Colors of #8CF172
Black with #8CF172
Text Example
Text Example
White with #8CF172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF172; }
p { color: rgb(140,241,114); }
H1.HeaderClassName
{
color: #8CF172;
}
.AnyTagClassName
{
color: #8CF172;
}
</style>
background-color css
<style>
a { background-color: #8CF172; }
a { background-color: rgb(140,241,114); }
div.DivClassName
{
background-color: #8CF172;
}
.BgClassName
{
background-color: #8CF172;
}
</style>
border-color css
<style>
span { border-color: #8CF172; }
span { border-color: rgb(140,241,114); }
td.TdClassName
{
border-color: #8CF172;
}
.TagClassName
{
border-color: #8CF172;
}
</style>