Shades of Pastel Green #8CF270
Tints of Pastel Green #8CF270
RGB
CMYK
RGB Variations
Color information
#8CF270 (or 0x8CF270) is known color: Pastel Green. HEX triplet: 8C, F2 and 70. RGB value is (140,242,112). Sum of RGB (Red+Green+Blue) = 140+242+112=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF270 is #730D8F. Grayscale: #C5C5C5. Windows color (decimal): -7540112 or 7402124. OLE color: 7402124.
HSL color Cylindrical-coordinate representation of color #8CF270: hue angle of 107.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CF270 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 112 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.05 |
| HSL | 107.08º | 0.83% | 0.69% | - |
| HSV(B) | 107.08º | 0.54% | 0.95% | - |
| XYZ | 45.49 | 70.25 | 26.49 | - |
| YUV | 196.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 112 | 0.42 | 0 | 0.54 | 0.05 | 107.08 | 0.83 | 0.69 |
| Hex | 8C | F2 | 70 | 2A | 0 | 36 | 5 | 6B | 53 | 45 |
| Octal | 214 | 362 | 160 | 52 | 0 | 66 | 5 | 153 | 123 | 105 |
| Binary | 10001100 | 11110010 | 1110000 | 101010 | 0 | 110110 | 101 | 1101011 | 1010011 | 1000101 |
Color Harmonies of #8CF270
Complementary color
Monochromatic Colors of #8CF270
Black with #8CF270
Text Example
Text Example
White with #8CF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF270; }
p { color: rgb(140,242,112); }
H1.HeaderClassName
{
color: #8CF270;
}
.AnyTagClassName
{
color: #8CF270;
}
</style>
background-color css
<style>
a { background-color: #8CF270; }
a { background-color: rgb(140,242,112); }
div.DivClassName
{
background-color: #8CF270;
}
.BgClassName
{
background-color: #8CF270;
}
</style>
border-color css
<style>
span { border-color: #8CF270; }
span { border-color: rgb(140,242,112); }
td.TdClassName
{
border-color: #8CF270;
}
.TagClassName
{
border-color: #8CF270;
}
</style>