Shades of Pale Green #8CFA9A
Tints of Pale Green #8CFA9A
RGB
CMYK
RGB Variations
Color information
#8CFA9A (or 0x8CFA9A) is known color: Pale Green. HEX triplet: 8C, FA and 9A. RGB value is (140,250,154). Sum of RGB (Red+Green+Blue) = 140+250+154=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFA9A is #730565. Grayscale: #CECECE. Windows color (decimal): -7538022 or 10156684. OLE color: 10156684.
HSL color Cylindrical-coordinate representation of color #8CFA9A: hue angle of 127.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFA9A is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 154 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.02 |
| HSL | 127.64º | 0.92% | 0.76% | - |
| HSV(B) | 127.64º | 0.44% | 0.98% | - |
| XYZ | 50.83 | 76.28 | 42.62 | - |
| YUV | 206.17 | 98.56 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 154 | 0.44 | 0 | 0.38 | 0.02 | 127.64 | 0.92 | 0.76 |
| Hex | 8C | FA | 9A | 2C | 0 | 26 | 2 | 80 | 5C | 4C |
| Octal | 214 | 372 | 232 | 54 | 0 | 46 | 2 | 200 | 134 | 114 |
| Binary | 10001100 | 11111010 | 10011010 | 101100 | 0 | 100110 | 10 | 10000000 | 1011100 | 1001100 |
Color Harmonies of #8CFA9A
Complementary color
Monochromatic Colors of #8CFA9A
Black with #8CFA9A
Text Example
Text Example
White with #8CFA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA9A; }
p { color: rgb(140,250,154); }
H1.HeaderClassName
{
color: #8CFA9A;
}
.AnyTagClassName
{
color: #8CFA9A;
}
</style>
background-color css
<style>
a { background-color: #8CFA9A; }
a { background-color: rgb(140,250,154); }
div.DivClassName
{
background-color: #8CFA9A;
}
.BgClassName
{
background-color: #8CFA9A;
}
</style>
border-color css
<style>
span { border-color: #8CFA9A; }
span { border-color: rgb(140,250,154); }
td.TdClassName
{
border-color: #8CFA9A;
}
.TagClassName
{
border-color: #8CFA9A;
}
</style>