Shades of Pale Green #98EFAA
Tints of Pale Green #98EFAA
RGB
CMYK
RGB Variations
Color information
#98EFAA (or 0x98EFAA) is known color: Pale Green. HEX triplet: 98, EF and AA. RGB value is (152,239,170). Sum of RGB (Red+Green+Blue) = 152+239+170=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EFAA is #671055. Grayscale: #CDCDCD. Windows color (decimal): -6754390 or 11202456. OLE color: 11202456.
HSL color Cylindrical-coordinate representation of color #98EFAA: hue angle of 132.41º 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 #98EFAA is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 170 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.06 |
| HSL | 132.41º | 0.73% | 0.77% | - |
| HSV(B) | 132.41º | 0.36% | 0.94% | - |
| XYZ | 51.07 | 71.31 | 49.1 | - |
| YUV | 205.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 170 | 0.36 | 0 | 0.29 | 0.06 | 132.41 | 0.73 | 0.77 |
| Hex | 98 | EF | AA | 24 | 0 | 1D | 6 | 84 | 49 | 4D |
| Octal | 230 | 357 | 252 | 44 | 0 | 35 | 6 | 204 | 111 | 115 |
| Binary | 10011000 | 11101111 | 10101010 | 100100 | 0 | 11101 | 110 | 10000100 | 1001001 | 1001101 |
Color Harmonies of #98EFAA
Complementary color
Monochromatic Colors of #98EFAA
Black with #98EFAA
Text Example
Text Example
White with #98EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EFAA; }
p { color: rgb(152,239,170); }
H1.HeaderClassName
{
color: #98EFAA;
}
.AnyTagClassName
{
color: #98EFAA;
}
</style>
background-color css
<style>
a { background-color: #98EFAA; }
a { background-color: rgb(152,239,170); }
div.DivClassName
{
background-color: #98EFAA;
}
.BgClassName
{
background-color: #98EFAA;
}
</style>
border-color css
<style>
span { border-color: #98EFAA; }
span { border-color: rgb(152,239,170); }
td.TdClassName
{
border-color: #98EFAA;
}
.TagClassName
{
border-color: #98EFAA;
}
</style>