Shades of Pale Green #98F29A
Tints of Pale Green #98F29A
RGB
CMYK
RGB Variations
Color information
#98F29A (or 0x98F29A) is known color: Pale Green. HEX triplet: 98, F2 and 9A. RGB value is (152,242,154). Sum of RGB (Red+Green+Blue) = 152+242+154=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #98F29A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F29A is #670D65. Grayscale: #CDCDCD. Windows color (decimal): -6753638 or 10154648. OLE color: 10154648.
HSL color Cylindrical-coordinate representation of color #98F29A: hue angle of 121.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 #98F29A is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 154 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.05 |
| HSL | 121.33º | 0.78% | 0.77% | - |
| HSV(B) | 121.33º | 0.37% | 0.95% | - |
| XYZ | 50.53 | 72.51 | 41.9 | - |
| YUV | 205.06 | 99.18 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 154 | 0.37 | 0 | 0.36 | 0.05 | 121.33 | 0.78 | 0.77 |
| Hex | 98 | F2 | 9A | 25 | 0 | 24 | 5 | 79 | 4E | 4D |
| Octal | 230 | 362 | 232 | 45 | 0 | 44 | 5 | 171 | 116 | 115 |
| Binary | 10011000 | 11110010 | 10011010 | 100101 | 0 | 100100 | 101 | 1111001 | 1001110 | 1001101 |
Color Harmonies of #98F29A
Complementary color
Monochromatic Colors of #98F29A
Black with #98F29A
Text Example
Text Example
White with #98F29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F29A; }
p { color: rgb(152,242,154); }
H1.HeaderClassName
{
color: #98F29A;
}
.AnyTagClassName
{
color: #98F29A;
}
</style>
background-color css
<style>
a { background-color: #98F29A; }
a { background-color: rgb(152,242,154); }
div.DivClassName
{
background-color: #98F29A;
}
.BgClassName
{
background-color: #98F29A;
}
</style>
border-color css
<style>
span { border-color: #98F29A; }
span { border-color: rgb(152,242,154); }
td.TdClassName
{
border-color: #98F29A;
}
.TagClassName
{
border-color: #98F29A;
}
</style>