Shades of Pale Green #96FB9A
Tints of Pale Green #96FB9A
RGB
CMYK
RGB Variations
Color information
#96FB9A (or 0x96FB9A) is known color: Pale Green. HEX triplet: 96, FB and 9A. RGB value is (150,251,154). Sum of RGB (Red+Green+Blue) = 150+251+154=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FB9A is #690465. Grayscale: #D2D2D2. Windows color (decimal): -6882406 or 10156950. OLE color: 10156950.
HSL color Cylindrical-coordinate representation of color #96FB9A: hue angle of 122.38º 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 #96FB9A is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 251 | 154 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.02 |
| HSL | 122.38º | 0.93% | 0.79% | - |
| HSV(B) | 122.38º | 0.4% | 0.98% | - |
| XYZ | 52.91 | 77.81 | 42.8 | - |
| YUV | 209.74 | 96.54 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 251 | 154 | 0.40 | 0 | 0.39 | 0.02 | 122.38 | 0.93 | 0.79 |
| Hex | 96 | FB | 9A | 28 | 0 | 27 | 2 | 7A | 5D | 4F |
| Octal | 226 | 373 | 232 | 50 | 0 | 47 | 2 | 172 | 135 | 117 |
| Binary | 10010110 | 11111011 | 10011010 | 101000 | 0 | 100111 | 10 | 1111010 | 1011101 | 1001111 |
Color Harmonies of #96FB9A
Complementary color
Monochromatic Colors of #96FB9A
Black with #96FB9A
Text Example
Text Example
White with #96FB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FB9A; }
p { color: rgb(150,251,154); }
H1.HeaderClassName
{
color: #96FB9A;
}
.AnyTagClassName
{
color: #96FB9A;
}
</style>
background-color css
<style>
a { background-color: #96FB9A; }
a { background-color: rgb(150,251,154); }
div.DivClassName
{
background-color: #96FB9A;
}
.BgClassName
{
background-color: #96FB9A;
}
</style>
border-color css
<style>
span { border-color: #96FB9A; }
span { border-color: rgb(150,251,154); }
td.TdClassName
{
border-color: #96FB9A;
}
.TagClassName
{
border-color: #96FB9A;
}
</style>