Shades of Pale Green #9FFA96
Tints of Pale Green #9FFA96
RGB
CMYK
RGB Variations
Color information
#9FFA96 (or 0x9FFA96) is known color: Pale Green. HEX triplet: 9F, FA and 96. RGB value is (159,250,150). Sum of RGB (Red+Green+Blue) = 159+250+150=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFA96 is #600569. Grayscale: #D3D3D3. Windows color (decimal): -6292842 or 9894559. OLE color: 9894559.
HSL color Cylindrical-coordinate representation of color #9FFA96: hue angle of 114.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FFA96 is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 150 | - |
| CMYK | 0.36 | 0 | 0.4 | 0.02 |
| HSL | 114.6º | 0.91% | 0.78% | - |
| HSV(B) | 114.6º | 0.4% | 0.98% | - |
| XYZ | 53.99 | 77.94 | 41.05 | - |
| YUV | 211.39 | 93.35 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 150 | 0.36 | 0 | 0.4 | 0.02 | 114.6 | 0.91 | 0.78 |
| Hex | 9F | FA | 96 | 24 | 0 | 28 | 2 | 73 | 5B | 4E |
| Octal | 237 | 372 | 226 | 44 | 0 | 50 | 2 | 163 | 133 | 116 |
| Binary | 10011111 | 11111010 | 10010110 | 100100 | 0 | 101000 | 10 | 1110011 | 1011011 | 1001110 |
Color Harmonies of #9FFA96
Complementary color
Monochromatic Colors of #9FFA96
Black with #9FFA96
Text Example
Text Example
White with #9FFA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFA96; }
p { color: rgb(159,250,150); }
H1.HeaderClassName
{
color: #9FFA96;
}
.AnyTagClassName
{
color: #9FFA96;
}
</style>
background-color css
<style>
a { background-color: #9FFA96; }
a { background-color: rgb(159,250,150); }
div.DivClassName
{
background-color: #9FFA96;
}
.BgClassName
{
background-color: #9FFA96;
}
</style>
border-color css
<style>
span { border-color: #9FFA96; }
span { border-color: rgb(159,250,150); }
td.TdClassName
{
border-color: #9FFA96;
}
.TagClassName
{
border-color: #9FFA96;
}
</style>