Shades of Pale Green #9FFA92
Tints of Pale Green #9FFA92
RGB
CMYK
RGB Variations
Color information
#9FFA92 (or 0x9FFA92) is known color: Pale Green. HEX triplet: 9F, FA and 92. RGB value is (159,250,146). Sum of RGB (Red+Green+Blue) = 159+250+146=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFA92 is #60056D. Grayscale: #D3D3D3. Windows color (decimal): -6292846 or 9632415. OLE color: 9632415.
HSL color Cylindrical-coordinate representation of color #9FFA92: hue angle of 112.5º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FFA92 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 146 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.02 |
| HSL | 112.5º | 0.91% | 0.78% | - |
| HSV(B) | 112.5º | 0.42% | 0.98% | - |
| XYZ | 53.67 | 77.82 | 39.39 | - |
| YUV | 210.94 | 91.35 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 146 | 0.36 | 0 | 0.42 | 0.02 | 112.5 | 0.91 | 0.78 |
| Hex | 9F | FA | 92 | 24 | 0 | 2A | 2 | 70 | 5B | 4E |
| Octal | 237 | 372 | 222 | 44 | 0 | 52 | 2 | 160 | 133 | 116 |
| Binary | 10011111 | 11111010 | 10010010 | 100100 | 0 | 101010 | 10 | 1110000 | 1011011 | 1001110 |
Color Harmonies of #9FFA92
Complementary color
Monochromatic Colors of #9FFA92
Black with #9FFA92
Text Example
Text Example
White with #9FFA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFA92; }
p { color: rgb(159,250,146); }
H1.HeaderClassName
{
color: #9FFA92;
}
.AnyTagClassName
{
color: #9FFA92;
}
</style>
background-color css
<style>
a { background-color: #9FFA92; }
a { background-color: rgb(159,250,146); }
div.DivClassName
{
background-color: #9FFA92;
}
.BgClassName
{
background-color: #9FFA92;
}
</style>
border-color css
<style>
span { border-color: #9FFA92; }
span { border-color: rgb(159,250,146); }
td.TdClassName
{
border-color: #9FFA92;
}
.TagClassName
{
border-color: #9FFA92;
}
</style>