Shades of Pale Green #9BFB95
Tints of Pale Green #9BFB95
RGB
CMYK
RGB Variations
Color information
#9BFB95 (or 0x9BFB95) is known color: Pale Green. HEX triplet: 9B, FB and 95. RGB value is (155,251,149). Sum of RGB (Red+Green+Blue) = 155+251+149=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFB95 is #64046A. Grayscale: #D2D2D2. Windows color (decimal): -6554731 or 9829275. OLE color: 9829275.
HSL color Cylindrical-coordinate representation of color #9BFB95: hue angle of 116.47º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BFB95 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 149 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.02 |
| HSL | 116.47º | 0.93% | 0.78% | - |
| HSV(B) | 116.47º | 0.41% | 0.98% | - |
| XYZ | 53.44 | 78.13 | 40.7 | - |
| YUV | 210.67 | 93.2 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 149 | 0.38 | 0 | 0.41 | 0.02 | 116.47 | 0.93 | 0.78 |
| Hex | 9B | FB | 95 | 26 | 0 | 29 | 2 | 74 | 5D | 4E |
| Octal | 233 | 373 | 225 | 46 | 0 | 51 | 2 | 164 | 135 | 116 |
| Binary | 10011011 | 11111011 | 10010101 | 100110 | 0 | 101001 | 10 | 1110100 | 1011101 | 1001110 |
Color Harmonies of #9BFB95
Complementary color
Monochromatic Colors of #9BFB95
Black with #9BFB95
Text Example
Text Example
White with #9BFB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB95; }
p { color: rgb(155,251,149); }
H1.HeaderClassName
{
color: #9BFB95;
}
.AnyTagClassName
{
color: #9BFB95;
}
</style>
background-color css
<style>
a { background-color: #9BFB95; }
a { background-color: rgb(155,251,149); }
div.DivClassName
{
background-color: #9BFB95;
}
.BgClassName
{
background-color: #9BFB95;
}
</style>
border-color css
<style>
span { border-color: #9BFB95; }
span { border-color: rgb(155,251,149); }
td.TdClassName
{
border-color: #9BFB95;
}
.TagClassName
{
border-color: #9BFB95;
}
</style>