Shades of Pale Green #9FFA8C
Tints of Pale Green #9FFA8C
RGB
CMYK
RGB Variations
Color information
#9FFA8C (or 0x9FFA8C) is known color: Pale Green. HEX triplet: 9F, FA and 8C. RGB value is (159,250,140). Sum of RGB (Red+Green+Blue) = 159+250+140=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFA8C is #600573. Grayscale: #D2D2D2. Windows color (decimal): -6292852 or 9239199. OLE color: 9239199.
HSL color Cylindrical-coordinate representation of color #9FFA8C: hue angle of 109.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 #9FFA8C is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 140 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.02 |
| HSL | 109.64º | 0.92% | 0.76% | - |
| HSV(B) | 109.64º | 0.44% | 0.98% | - |
| XYZ | 53.22 | 77.64 | 36.99 | - |
| YUV | 210.25 | 88.35 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 140 | 0.36 | 0 | 0.44 | 0.02 | 109.64 | 0.92 | 0.76 |
| Hex | 9F | FA | 8C | 24 | 0 | 2C | 2 | 6E | 5C | 4C |
| Octal | 237 | 372 | 214 | 44 | 0 | 54 | 2 | 156 | 134 | 114 |
| Binary | 10011111 | 11111010 | 10001100 | 100100 | 0 | 101100 | 10 | 1101110 | 1011100 | 1001100 |
Color Harmonies of #9FFA8C
Complementary color
Monochromatic Colors of #9FFA8C
Black with #9FFA8C
Text Example
Text Example
White with #9FFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFA8C; }
p { color: rgb(159,250,140); }
H1.HeaderClassName
{
color: #9FFA8C;
}
.AnyTagClassName
{
color: #9FFA8C;
}
</style>
background-color css
<style>
a { background-color: #9FFA8C; }
a { background-color: rgb(159,250,140); }
div.DivClassName
{
background-color: #9FFA8C;
}
.BgClassName
{
background-color: #9FFA8C;
}
</style>
border-color css
<style>
span { border-color: #9FFA8C; }
span { border-color: rgb(159,250,140); }
td.TdClassName
{
border-color: #9FFA8C;
}
.TagClassName
{
border-color: #9FFA8C;
}
</style>