Shades of Pale Green #96F98C
Tints of Pale Green #96F98C
RGB
CMYK
RGB Variations
Color information
#96F98C (or 0x96F98C) is known color: Pale Green. HEX triplet: 96, F9 and 8C. RGB value is (150,249,140). Sum of RGB (Red+Green+Blue) = 150+249+140=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #96F98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F98C is #690673. Grayscale: #CFCFCF. Windows color (decimal): -6882932 or 9238934. OLE color: 9238934.
HSL color Cylindrical-coordinate representation of color #96F98C: hue angle of 114.5º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96F98C is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 140 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.02 |
| HSL | 114.5º | 0.9% | 0.76% | - |
| HSV(B) | 114.5º | 0.44% | 0.98% | - |
| XYZ | 51.19 | 76.13 | 36.81 | - |
| YUV | 206.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 140 | 0.40 | 0 | 0.44 | 0.02 | 114.5 | 0.9 | 0.76 |
| Hex | 96 | F9 | 8C | 28 | 0 | 2C | 2 | 72 | 5A | 4C |
| Octal | 226 | 371 | 214 | 50 | 0 | 54 | 2 | 162 | 132 | 114 |
| Binary | 10010110 | 11111001 | 10001100 | 101000 | 0 | 101100 | 10 | 1110010 | 1011010 | 1001100 |
Color Harmonies of #96F98C
Complementary color
Monochromatic Colors of #96F98C
Black with #96F98C
Text Example
Text Example
White with #96F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F98C; }
p { color: rgb(150,249,140); }
H1.HeaderClassName
{
color: #96F98C;
}
.AnyTagClassName
{
color: #96F98C;
}
</style>
background-color css
<style>
a { background-color: #96F98C; }
a { background-color: rgb(150,249,140); }
div.DivClassName
{
background-color: #96F98C;
}
.BgClassName
{
background-color: #96F98C;
}
</style>
border-color css
<style>
span { border-color: #96F98C; }
span { border-color: rgb(150,249,140); }
td.TdClassName
{
border-color: #96F98C;
}
.TagClassName
{
border-color: #96F98C;
}
</style>