Shades of Pale Green #96F696
Tints of Pale Green #96F696
RGB
CMYK
RGB Variations
Color information
#96F696 (or 0x96F696) is known color: Pale Green. HEX triplet: 96, F6 and 96. RGB value is (150,246,150). Sum of RGB (Red+Green+Blue) = 150+246+150=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #96F696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F696 is #690969. Grayscale: #CECECE. Windows color (decimal): -6883690 or 9893526. OLE color: 9893526.
HSL color Cylindrical-coordinate representation of color #96F696: hue angle of 120º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F696 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 150 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.04 |
| HSL | 120º | 0.84% | 0.78% | - |
| HSV(B) | 120º | 0.39% | 0.96% | - |
| XYZ | 51.04 | 74.6 | 40.56 | - |
| YUV | 206.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 150 | 0.39 | 0 | 0.39 | 0.04 | 120 | 0.84 | 0.78 |
| Hex | 96 | F6 | 96 | 27 | 0 | 27 | 4 | 78 | 54 | 4E |
| Octal | 226 | 366 | 226 | 47 | 0 | 47 | 4 | 170 | 124 | 116 |
| Binary | 10010110 | 11110110 | 10010110 | 100111 | 0 | 100111 | 100 | 1111000 | 1010100 | 1001110 |
Color Harmonies of #96F696
Complementary color
Monochromatic Colors of #96F696
Black with #96F696
Text Example
Text Example
White with #96F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F696; }
p { color: rgb(150,246,150); }
H1.HeaderClassName
{
color: #96F696;
}
.AnyTagClassName
{
color: #96F696;
}
</style>
background-color css
<style>
a { background-color: #96F696; }
a { background-color: rgb(150,246,150); }
div.DivClassName
{
background-color: #96F696;
}
.BgClassName
{
background-color: #96F696;
}
</style>
border-color css
<style>
span { border-color: #96F696; }
span { border-color: rgb(150,246,150); }
td.TdClassName
{
border-color: #96F696;
}
.TagClassName
{
border-color: #96F696;
}
</style>