Shades of Pale Green #98EFA0
Tints of Pale Green #98EFA0
RGB
CMYK
RGB Variations
Color information
#98EFA0 (or 0x98EFA0) is known color: Pale Green. HEX triplet: 98, EF and A0. RGB value is (152,239,160). Sum of RGB (Red+Green+Blue) = 152+239+160=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EFA0 is #67105F. Grayscale: #CCCCCC. Windows color (decimal): -6754400 or 10547096. OLE color: 10547096.
HSL color Cylindrical-coordinate representation of color #98EFA0: hue angle of 125.52º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFA0 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 160 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.06 |
| HSL | 125.52º | 0.73% | 0.77% | - |
| HSV(B) | 125.52º | 0.36% | 0.94% | - |
| XYZ | 50.16 | 70.95 | 44.31 | - |
| YUV | 203.98 | 103.18 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 160 | 0.36 | 0 | 0.33 | 0.06 | 125.52 | 0.73 | 0.77 |
| Hex | 98 | EF | A0 | 24 | 0 | 21 | 6 | 7E | 49 | 4D |
| Octal | 230 | 357 | 240 | 44 | 0 | 41 | 6 | 176 | 111 | 115 |
| Binary | 10011000 | 11101111 | 10100000 | 100100 | 0 | 100001 | 110 | 1111110 | 1001001 | 1001101 |
Color Harmonies of #98EFA0
Complementary color
Monochromatic Colors of #98EFA0
Black with #98EFA0
Text Example
Text Example
White with #98EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EFA0; }
p { color: rgb(152,239,160); }
H1.HeaderClassName
{
color: #98EFA0;
}
.AnyTagClassName
{
color: #98EFA0;
}
</style>
background-color css
<style>
a { background-color: #98EFA0; }
a { background-color: rgb(152,239,160); }
div.DivClassName
{
background-color: #98EFA0;
}
.BgClassName
{
background-color: #98EFA0;
}
</style>
border-color css
<style>
span { border-color: #98EFA0; }
span { border-color: rgb(152,239,160); }
td.TdClassName
{
border-color: #98EFA0;
}
.TagClassName
{
border-color: #98EFA0;
}
</style>