Shades of Pale Green #98FBAD
Tints of Pale Green #98FBAD
RGB
CMYK
RGB Variations
Color information
#98FBAD (or 0x98FBAD) is known color: Pale Green. HEX triplet: 98, FB and AD. RGB value is (152,251,173). Sum of RGB (Red+Green+Blue) = 152+251+173=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FBAD is #670452. Grayscale: #D4D4D4. Windows color (decimal): -6751315 or 11402136. OLE color: 11402136.
HSL color Cylindrical-coordinate representation of color #98FBAD: hue angle of 132.73º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FBAD is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 251 | 173 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.02 |
| HSL | 132.73º | 0.93% | 0.79% | - |
| HSV(B) | 132.73º | 0.39% | 0.98% | - |
| XYZ | 54.99 | 78.69 | 51.83 | - |
| YUV | 212.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 251 | 173 | 0.39 | 0 | 0.31 | 0.02 | 132.73 | 0.93 | 0.79 |
| Hex | 98 | FB | AD | 27 | 0 | 1F | 2 | 85 | 5D | 4F |
| Octal | 230 | 373 | 255 | 47 | 0 | 37 | 2 | 205 | 135 | 117 |
| Binary | 10011000 | 11111011 | 10101101 | 100111 | 0 | 11111 | 10 | 10000101 | 1011101 | 1001111 |
Color Harmonies of #98FBAD
Complementary color
Monochromatic Colors of #98FBAD
Black with #98FBAD
Text Example
Text Example
White with #98FBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FBAD; }
p { color: rgb(152,251,173); }
H1.HeaderClassName
{
color: #98FBAD;
}
.AnyTagClassName
{
color: #98FBAD;
}
</style>
background-color css
<style>
a { background-color: #98FBAD; }
a { background-color: rgb(152,251,173); }
div.DivClassName
{
background-color: #98FBAD;
}
.BgClassName
{
background-color: #98FBAD;
}
</style>
border-color css
<style>
span { border-color: #98FBAD; }
span { border-color: rgb(152,251,173); }
td.TdClassName
{
border-color: #98FBAD;
}
.TagClassName
{
border-color: #98FBAD;
}
</style>