Shades of Pale Green #9FFC92
Tints of Pale Green #9FFC92
RGB
CMYK
RGB Variations
Color information
#9FFC92 (or 0x9FFC92) is known color: Pale Green. HEX triplet: 9F, FC and 92. RGB value is (159,252,146). Sum of RGB (Red+Green+Blue) = 159+252+146=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFC92 is #60036D. Grayscale: #D4D4D4. Windows color (decimal): -6292334 or 9632927. OLE color: 9632927.
HSL color Cylindrical-coordinate representation of color #9FFC92: hue angle of 112.64º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FFC92 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 146 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.01 |
| HSL | 112.64º | 0.95% | 0.78% | - |
| HSV(B) | 112.64º | 0.42% | 0.99% | - |
| XYZ | 54.3 | 79.07 | 39.59 | - |
| YUV | 212.11 | 90.69 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 146 | 0.37 | 0 | 0.42 | 0.01 | 112.64 | 0.95 | 0.78 |
| Hex | 9F | FC | 92 | 25 | 0 | 2A | 1 | 71 | 5F | 4E |
| Octal | 237 | 374 | 222 | 45 | 0 | 52 | 1 | 161 | 137 | 116 |
| Binary | 10011111 | 11111100 | 10010010 | 100101 | 0 | 101010 | 1 | 1110001 | 1011111 | 1001110 |
Color Harmonies of #9FFC92
Complementary color
Monochromatic Colors of #9FFC92
Black with #9FFC92
Text Example
Text Example
White with #9FFC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC92; }
p { color: rgb(159,252,146); }
H1.HeaderClassName
{
color: #9FFC92;
}
.AnyTagClassName
{
color: #9FFC92;
}
</style>
background-color css
<style>
a { background-color: #9FFC92; }
a { background-color: rgb(159,252,146); }
div.DivClassName
{
background-color: #9FFC92;
}
.BgClassName
{
background-color: #9FFC92;
}
</style>
border-color css
<style>
span { border-color: #9FFC92; }
span { border-color: rgb(159,252,146); }
td.TdClassName
{
border-color: #9FFC92;
}
.TagClassName
{
border-color: #9FFC92;
}
</style>