Shades of Pale Green #9FF298
Tints of Pale Green #9FF298
RGB
CMYK
RGB Variations
Color information
#9FF298 (or 0x9FF298) is known color: Pale Green. HEX triplet: 9F, F2 and 98. RGB value is (159,242,152). Sum of RGB (Red+Green+Blue) = 159+242+152=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF298 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF298 is #600D67. Grayscale: #CFCFCF. Windows color (decimal): -6294888 or 10023583. OLE color: 10023583.
HSL color Cylindrical-coordinate representation of color #9FF298: hue angle of 115.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FF298 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 152 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.05 |
| HSL | 115.33º | 0.78% | 0.77% | - |
| HSV(B) | 115.33º | 0.37% | 0.95% | - |
| XYZ | 51.72 | 73.14 | 41.1 | - |
| YUV | 206.92 | 97 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 152 | 0.34 | 0 | 0.37 | 0.05 | 115.33 | 0.78 | 0.77 |
| Hex | 9F | F2 | 98 | 22 | 0 | 25 | 5 | 73 | 4E | 4D |
| Octal | 237 | 362 | 230 | 42 | 0 | 45 | 5 | 163 | 116 | 115 |
| Binary | 10011111 | 11110010 | 10011000 | 100010 | 0 | 100101 | 101 | 1110011 | 1001110 | 1001101 |
Color Harmonies of #9FF298
Complementary color
Monochromatic Colors of #9FF298
Black with #9FF298
Text Example
Text Example
White with #9FF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF298; }
p { color: rgb(159,242,152); }
H1.HeaderClassName
{
color: #9FF298;
}
.AnyTagClassName
{
color: #9FF298;
}
</style>
background-color css
<style>
a { background-color: #9FF298; }
a { background-color: rgb(159,242,152); }
div.DivClassName
{
background-color: #9FF298;
}
.BgClassName
{
background-color: #9FF298;
}
</style>
border-color css
<style>
span { border-color: #9FF298; }
span { border-color: rgb(159,242,152); }
td.TdClassName
{
border-color: #9FF298;
}
.TagClassName
{
border-color: #9FF298;
}
</style>