Shades of Pale Green #98FBA2
Tints of Pale Green #98FBA2
RGB
CMYK
RGB Variations
Color information
#98FBA2 (or 0x98FBA2) is known color: Pale Green. HEX triplet: 98, FB and A2. RGB value is (152,251,162). Sum of RGB (Red+Green+Blue) = 152+251+162=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FBA2 is #67045D. Grayscale: #D3D3D3. Windows color (decimal): -6751326 or 10681240. OLE color: 10681240.
HSL color Cylindrical-coordinate representation of color #98FBA2: hue angle of 126.06º 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 #98FBA2 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 251 | 162 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.02 |
| HSL | 126.06º | 0.93% | 0.79% | - |
| HSV(B) | 126.06º | 0.39% | 0.98% | - |
| XYZ | 53.97 | 78.28 | 46.45 | - |
| YUV | 211.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 251 | 162 | 0.39 | 0 | 0.35 | 0.02 | 126.06 | 0.93 | 0.79 |
| Hex | 98 | FB | A2 | 27 | 0 | 23 | 2 | 7E | 5D | 4F |
| Octal | 230 | 373 | 242 | 47 | 0 | 43 | 2 | 176 | 135 | 117 |
| Binary | 10011000 | 11111011 | 10100010 | 100111 | 0 | 100011 | 10 | 1111110 | 1011101 | 1001111 |
Color Harmonies of #98FBA2
Complementary color
Monochromatic Colors of #98FBA2
Black with #98FBA2
Text Example
Text Example
White with #98FBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FBA2; }
p { color: rgb(152,251,162); }
H1.HeaderClassName
{
color: #98FBA2;
}
.AnyTagClassName
{
color: #98FBA2;
}
</style>
background-color css
<style>
a { background-color: #98FBA2; }
a { background-color: rgb(152,251,162); }
div.DivClassName
{
background-color: #98FBA2;
}
.BgClassName
{
background-color: #98FBA2;
}
</style>
border-color css
<style>
span { border-color: #98FBA2; }
span { border-color: rgb(152,251,162); }
td.TdClassName
{
border-color: #98FBA2;
}
.TagClassName
{
border-color: #98FBA2;
}
</style>