Shades of Pale Green #96FBA3
Tints of Pale Green #96FBA3
RGB
CMYK
RGB Variations
Color information
#96FBA3 (or 0x96FBA3) is known color: Pale Green. HEX triplet: 96, FB and A3. RGB value is (150,251,163). Sum of RGB (Red+Green+Blue) = 150+251+163=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FBA3 is #69045C. Grayscale: #D3D3D3. Windows color (decimal): -6882397 or 10746774. OLE color: 10746774.
HSL color Cylindrical-coordinate representation of color #96FBA3: hue angle of 127.72º 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 #96FBA3 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 251 | 163 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.02 |
| HSL | 127.72º | 0.93% | 0.79% | - |
| HSV(B) | 127.72º | 0.4% | 0.98% | - |
| XYZ | 53.69 | 78.12 | 46.9 | - |
| YUV | 210.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 251 | 163 | 0.40 | 0 | 0.35 | 0.02 | 127.72 | 0.93 | 0.79 |
| Hex | 96 | FB | A3 | 28 | 0 | 23 | 2 | 80 | 5D | 4F |
| Octal | 226 | 373 | 243 | 50 | 0 | 43 | 2 | 200 | 135 | 117 |
| Binary | 10010110 | 11111011 | 10100011 | 101000 | 0 | 100011 | 10 | 10000000 | 1011101 | 1001111 |
Color Harmonies of #96FBA3
Complementary color
Monochromatic Colors of #96FBA3
Black with #96FBA3
Text Example
Text Example
White with #96FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FBA3; }
p { color: rgb(150,251,163); }
H1.HeaderClassName
{
color: #96FBA3;
}
.AnyTagClassName
{
color: #96FBA3;
}
</style>
background-color css
<style>
a { background-color: #96FBA3; }
a { background-color: rgb(150,251,163); }
div.DivClassName
{
background-color: #96FBA3;
}
.BgClassName
{
background-color: #96FBA3;
}
</style>
border-color css
<style>
span { border-color: #96FBA3; }
span { border-color: rgb(150,251,163); }
td.TdClassName
{
border-color: #96FBA3;
}
.TagClassName
{
border-color: #96FBA3;
}
</style>