Shades of Pale Green #98FA92
Tints of Pale Green #98FA92
RGB
CMYK
RGB Variations
Color information
#98FA92 (or 0x98FA92) is known color: Pale Green. HEX triplet: 98, FA and 92. RGB value is (152,250,146). Sum of RGB (Red+Green+Blue) = 152+250+146=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FA92 is #67056D. Grayscale: #D1D1D1. Windows color (decimal): -6751598 or 9632408. OLE color: 9632408.
HSL color Cylindrical-coordinate representation of color #98FA92: hue angle of 116.54º 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 #98FA92 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 250 | 146 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.02 |
| HSL | 116.54º | 0.91% | 0.78% | - |
| HSV(B) | 116.54º | 0.42% | 0.98% | - |
| XYZ | 52.32 | 77.12 | 39.32 | - |
| YUV | 208.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 250 | 146 | 0.39 | 0 | 0.42 | 0.02 | 116.54 | 0.91 | 0.78 |
| Hex | 98 | FA | 92 | 27 | 0 | 2A | 2 | 75 | 5B | 4E |
| Octal | 230 | 372 | 222 | 47 | 0 | 52 | 2 | 165 | 133 | 116 |
| Binary | 10011000 | 11111010 | 10010010 | 100111 | 0 | 101010 | 10 | 1110101 | 1011011 | 1001110 |
Color Harmonies of #98FA92
Complementary color
Monochromatic Colors of #98FA92
Black with #98FA92
Text Example
Text Example
White with #98FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FA92; }
p { color: rgb(152,250,146); }
H1.HeaderClassName
{
color: #98FA92;
}
.AnyTagClassName
{
color: #98FA92;
}
</style>
background-color css
<style>
a { background-color: #98FA92; }
a { background-color: rgb(152,250,146); }
div.DivClassName
{
background-color: #98FA92;
}
.BgClassName
{
background-color: #98FA92;
}
</style>
border-color css
<style>
span { border-color: #98FA92; }
span { border-color: rgb(152,250,146); }
td.TdClassName
{
border-color: #98FA92;
}
.TagClassName
{
border-color: #98FA92;
}
</style>