Shades of Pale Green #98FCAC
Tints of Pale Green #98FCAC
RGB
CMYK
RGB Variations
Color information
#98FCAC (or 0x98FCAC) is known color: Pale Green. HEX triplet: 98, FC and AC. RGB value is (152,252,172). Sum of RGB (Red+Green+Blue) = 152+252+172=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FCAC is #670353. Grayscale: #D5D5D5. Windows color (decimal): -6751060 or 11336856. OLE color: 11336856.
HSL color Cylindrical-coordinate representation of color #98FCAC: hue angle of 132º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCAC is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 172 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.01 |
| HSL | 132º | 0.94% | 0.79% | - |
| HSV(B) | 132º | 0.4% | 0.99% | - |
| XYZ | 55.21 | 79.27 | 51.42 | - |
| YUV | 212.98 | 104.87 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 172 | 0.40 | 0 | 0.32 | 0.01 | 132 | 0.94 | 0.79 |
| Hex | 98 | FC | AC | 28 | 0 | 20 | 1 | 84 | 5E | 4F |
| Octal | 230 | 374 | 254 | 50 | 0 | 40 | 1 | 204 | 136 | 117 |
| Binary | 10011000 | 11111100 | 10101100 | 101000 | 0 | 100000 | 1 | 10000100 | 1011110 | 1001111 |
Color Harmonies of #98FCAC
Complementary color
Monochromatic Colors of #98FCAC
Black with #98FCAC
Text Example
Text Example
White with #98FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FCAC; }
p { color: rgb(152,252,172); }
H1.HeaderClassName
{
color: #98FCAC;
}
.AnyTagClassName
{
color: #98FCAC;
}
</style>
background-color css
<style>
a { background-color: #98FCAC; }
a { background-color: rgb(152,252,172); }
div.DivClassName
{
background-color: #98FCAC;
}
.BgClassName
{
background-color: #98FCAC;
}
</style>
border-color css
<style>
span { border-color: #98FCAC; }
span { border-color: rgb(152,252,172); }
td.TdClassName
{
border-color: #98FCAC;
}
.TagClassName
{
border-color: #98FCAC;
}
</style>