Shades of Pale Green #9FFA8A
Tints of Pale Green #9FFA8A
RGB
CMYK
RGB Variations
Color information
#9FFA8A (or 0x9FFA8A) is known color: Pale Green. HEX triplet: 9F, FA and 8A. RGB value is (159,250,138). Sum of RGB (Red+Green+Blue) = 159+250+138=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFA8A is #600575. Grayscale: #D2D2D2. Windows color (decimal): -6292854 or 9108127. OLE color: 9108127.
HSL color Cylindrical-coordinate representation of color #9FFA8A: hue angle of 108.75º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FFA8A is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 138 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.02 |
| HSL | 108.75º | 0.92% | 0.76% | - |
| HSV(B) | 108.75º | 0.45% | 0.98% | - |
| XYZ | 53.07 | 77.58 | 36.22 | - |
| YUV | 210.02 | 87.35 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 138 | 0.36 | 0 | 0.45 | 0.02 | 108.75 | 0.92 | 0.76 |
| Hex | 9F | FA | 8A | 24 | 0 | 2D | 2 | 6D | 5C | 4C |
| Octal | 237 | 372 | 212 | 44 | 0 | 55 | 2 | 155 | 134 | 114 |
| Binary | 10011111 | 11111010 | 10001010 | 100100 | 0 | 101101 | 10 | 1101101 | 1011100 | 1001100 |
Color Harmonies of #9FFA8A
Complementary color
Monochromatic Colors of #9FFA8A
Black with #9FFA8A
Text Example
Text Example
White with #9FFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFA8A; }
p { color: rgb(159,250,138); }
H1.HeaderClassName
{
color: #9FFA8A;
}
.AnyTagClassName
{
color: #9FFA8A;
}
</style>
background-color css
<style>
a { background-color: #9FFA8A; }
a { background-color: rgb(159,250,138); }
div.DivClassName
{
background-color: #9FFA8A;
}
.BgClassName
{
background-color: #9FFA8A;
}
</style>
border-color css
<style>
span { border-color: #9FFA8A; }
span { border-color: rgb(159,250,138); }
td.TdClassName
{
border-color: #9FFA8A;
}
.TagClassName
{
border-color: #9FFA8A;
}
</style>