Shades of Pale Green #96FBA7
Tints of Pale Green #96FBA7
RGB
CMYK
RGB Variations
Color information
#96FBA7 (or 0x96FBA7) is known color: Pale Green. HEX triplet: 96, FB and A7. RGB value is (150,251,167). Sum of RGB (Red+Green+Blue) = 150+251+167=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FBA7 is #690458. Grayscale: #D3D3D3. Windows color (decimal): -6882393 or 11008918. OLE color: 11008918.
HSL color Cylindrical-coordinate representation of color #96FBA7: hue angle of 130.1º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBA7 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 251 | 167 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.02 |
| HSL | 130.1º | 0.93% | 0.79% | - |
| HSV(B) | 130.1º | 0.4% | 0.98% | - |
| XYZ | 54.05 | 78.27 | 48.82 | - |
| YUV | 211.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 251 | 167 | 0.40 | 0 | 0.33 | 0.02 | 130.1 | 0.93 | 0.79 |
| Hex | 96 | FB | A7 | 28 | 0 | 21 | 2 | 82 | 5D | 4F |
| Octal | 226 | 373 | 247 | 50 | 0 | 41 | 2 | 202 | 135 | 117 |
| Binary | 10010110 | 11111011 | 10100111 | 101000 | 0 | 100001 | 10 | 10000010 | 1011101 | 1001111 |
Color Harmonies of #96FBA7
Complementary color
Monochromatic Colors of #96FBA7
Black with #96FBA7
Text Example
Text Example
White with #96FBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FBA7; }
p { color: rgb(150,251,167); }
H1.HeaderClassName
{
color: #96FBA7;
}
.AnyTagClassName
{
color: #96FBA7;
}
</style>
background-color css
<style>
a { background-color: #96FBA7; }
a { background-color: rgb(150,251,167); }
div.DivClassName
{
background-color: #96FBA7;
}
.BgClassName
{
background-color: #96FBA7;
}
</style>
border-color css
<style>
span { border-color: #96FBA7; }
span { border-color: rgb(150,251,167); }
td.TdClassName
{
border-color: #96FBA7;
}
.TagClassName
{
border-color: #96FBA7;
}
</style>