Shades of Pastel Green #8CF26A
Tints of Pastel Green #8CF26A
RGB
CMYK
RGB Variations
Color information
#8CF26A (or 0x8CF26A) is known color: Pastel Green. HEX triplet: 8C, F2 and 6A. RGB value is (140,242,106). Sum of RGB (Red+Green+Blue) = 140+242+106=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF26A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF26A is #730D95. Grayscale: #C4C4C4. Windows color (decimal): -7540118 or 7008908. OLE color: 7008908.
HSL color Cylindrical-coordinate representation of color #8CF26A: hue angle of 105º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CF26A is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 106 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.05 |
| HSL | 105º | 0.84% | 0.68% | - |
| HSV(B) | 105º | 0.56% | 0.95% | - |
| XYZ | 45.17 | 70.12 | 24.79 | - |
| YUV | 196 | 77.21 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 106 | 0.42 | 0 | 0.56 | 0.05 | 105 | 0.84 | 0.68 |
| Hex | 8C | F2 | 6A | 2A | 0 | 38 | 5 | 69 | 54 | 44 |
| Octal | 214 | 362 | 152 | 52 | 0 | 70 | 5 | 151 | 124 | 104 |
| Binary | 10001100 | 11110010 | 1101010 | 101010 | 0 | 111000 | 101 | 1101001 | 1010100 | 1000100 |
Color Harmonies of #8CF26A
Complementary color
Monochromatic Colors of #8CF26A
Black with #8CF26A
Text Example
Text Example
White with #8CF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF26A; }
p { color: rgb(140,242,106); }
H1.HeaderClassName
{
color: #8CF26A;
}
.AnyTagClassName
{
color: #8CF26A;
}
</style>
background-color css
<style>
a { background-color: #8CF26A; }
a { background-color: rgb(140,242,106); }
div.DivClassName
{
background-color: #8CF26A;
}
.BgClassName
{
background-color: #8CF26A;
}
</style>
border-color css
<style>
span { border-color: #8CF26A; }
span { border-color: rgb(140,242,106); }
td.TdClassName
{
border-color: #8CF26A;
}
.TagClassName
{
border-color: #8CF26A;
}
</style>