Shades of Pale Green #96F19C
Tints of Pale Green #96F19C
RGB
CMYK
RGB Variations
Color information
#96F19C (or 0x96F19C) is known color: Pale Green. HEX triplet: 96, F1 and 9C. RGB value is (150,241,156). Sum of RGB (Red+Green+Blue) = 150+241+156=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #96F19C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F19C is #690E63. Grayscale: #CCCCCC. Windows color (decimal): -6884964 or 10285462. OLE color: 10285462.
HSL color Cylindrical-coordinate representation of color #96F19C: hue angle of 123.96º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F19C is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 241 | 156 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.05 |
| HSL | 123.96º | 0.76% | 0.77% | - |
| HSV(B) | 123.96º | 0.38% | 0.95% | - |
| XYZ | 50.03 | 71.79 | 42.67 | - |
| YUV | 204.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 241 | 156 | 0.38 | 0 | 0.35 | 0.05 | 123.96 | 0.76 | 0.77 |
| Hex | 96 | F1 | 9C | 26 | 0 | 23 | 5 | 7C | 4C | 4D |
| Octal | 226 | 361 | 234 | 46 | 0 | 43 | 5 | 174 | 114 | 115 |
| Binary | 10010110 | 11110001 | 10011100 | 100110 | 0 | 100011 | 101 | 1111100 | 1001100 | 1001101 |
Color Harmonies of #96F19C
Complementary color
Monochromatic Colors of #96F19C
Black with #96F19C
Text Example
Text Example
White with #96F19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F19C; }
p { color: rgb(150,241,156); }
H1.HeaderClassName
{
color: #96F19C;
}
.AnyTagClassName
{
color: #96F19C;
}
</style>
background-color css
<style>
a { background-color: #96F19C; }
a { background-color: rgb(150,241,156); }
div.DivClassName
{
background-color: #96F19C;
}
.BgClassName
{
background-color: #96F19C;
}
</style>
border-color css
<style>
span { border-color: #96F19C; }
span { border-color: rgb(150,241,156); }
td.TdClassName
{
border-color: #96F19C;
}
.TagClassName
{
border-color: #96F19C;
}
</style>