Shades of Pale Green #98F98A
Tints of Pale Green #98F98A
RGB
CMYK
RGB Variations
Color information
#98F98A (or 0x98F98A) is known color: Pale Green. HEX triplet: 98, F9 and 8A. RGB value is (152,249,138). Sum of RGB (Red+Green+Blue) = 152+249+138=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #98F98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F98A is #670675. Grayscale: #CFCFCF. Windows color (decimal): -6751862 or 9107864. OLE color: 9107864.
HSL color Cylindrical-coordinate representation of color #98F98A: hue angle of 112.43º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98F98A is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 249 | 138 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.02 |
| HSL | 112.43º | 0.9% | 0.76% | - |
| HSV(B) | 112.43º | 0.45% | 0.98% | - |
| XYZ | 51.41 | 76.26 | 36.06 | - |
| YUV | 207.34 | 88.86 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 249 | 138 | 0.39 | 0 | 0.45 | 0.02 | 112.43 | 0.9 | 0.76 |
| Hex | 98 | F9 | 8A | 27 | 0 | 2D | 2 | 70 | 5A | 4C |
| Octal | 230 | 371 | 212 | 47 | 0 | 55 | 2 | 160 | 132 | 114 |
| Binary | 10011000 | 11111001 | 10001010 | 100111 | 0 | 101101 | 10 | 1110000 | 1011010 | 1001100 |
Color Harmonies of #98F98A
Complementary color
Monochromatic Colors of #98F98A
Black with #98F98A
Text Example
Text Example
White with #98F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F98A; }
p { color: rgb(152,249,138); }
H1.HeaderClassName
{
color: #98F98A;
}
.AnyTagClassName
{
color: #98F98A;
}
</style>
background-color css
<style>
a { background-color: #98F98A; }
a { background-color: rgb(152,249,138); }
div.DivClassName
{
background-color: #98F98A;
}
.BgClassName
{
background-color: #98F98A;
}
</style>
border-color css
<style>
span { border-color: #98F98A; }
span { border-color: rgb(152,249,138); }
td.TdClassName
{
border-color: #98F98A;
}
.TagClassName
{
border-color: #98F98A;
}
</style>