Shades of Pale Green #96F98D
Tints of Pale Green #96F98D
RGB
CMYK
RGB Variations
Color information
#96F98D (or 0x96F98D) is known color: Pale Green. HEX triplet: 96, F9 and 8D. RGB value is (150,249,141). Sum of RGB (Red+Green+Blue) = 150+249+141=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #96F98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F98D is #690672. Grayscale: #CFCFCF. Windows color (decimal): -6882931 or 9304470. OLE color: 9304470.
HSL color Cylindrical-coordinate representation of color #96F98D: hue angle of 115º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96F98D is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 141 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.02 |
| HSL | 115º | 0.9% | 0.76% | - |
| HSV(B) | 115º | 0.43% | 0.98% | - |
| XYZ | 51.26 | 76.16 | 37.2 | - |
| YUV | 207.09 | 90.7 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 141 | 0.40 | 0 | 0.43 | 0.02 | 115 | 0.9 | 0.76 |
| Hex | 96 | F9 | 8D | 28 | 0 | 2B | 2 | 73 | 5A | 4C |
| Octal | 226 | 371 | 215 | 50 | 0 | 53 | 2 | 163 | 132 | 114 |
| Binary | 10010110 | 11111001 | 10001101 | 101000 | 0 | 101011 | 10 | 1110011 | 1011010 | 1001100 |
Color Harmonies of #96F98D
Complementary color
Monochromatic Colors of #96F98D
Black with #96F98D
Text Example
Text Example
White with #96F98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F98D; }
p { color: rgb(150,249,141); }
H1.HeaderClassName
{
color: #96F98D;
}
.AnyTagClassName
{
color: #96F98D;
}
</style>
background-color css
<style>
a { background-color: #96F98D; }
a { background-color: rgb(150,249,141); }
div.DivClassName
{
background-color: #96F98D;
}
.BgClassName
{
background-color: #96F98D;
}
</style>
border-color css
<style>
span { border-color: #96F98D; }
span { border-color: rgb(150,249,141); }
td.TdClassName
{
border-color: #96F98D;
}
.TagClassName
{
border-color: #96F98D;
}
</style>