Shades of Pale Green #9BFB9B
Tints of Pale Green #9BFB9B
RGB
CMYK
RGB Variations
Color information
#9BFB9B (or 0x9BFB9B) is known color: Pale Green. HEX triplet: 9B, FB and 9B. RGB value is (155,251,155). Sum of RGB (Red+Green+Blue) = 155+251+155=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFB9B is #640464. Grayscale: #D3D3D3. Windows color (decimal): -6554725 or 10222491. OLE color: 10222491.
HSL color Cylindrical-coordinate representation of color #9BFB9B: hue angle of 120º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFB9B is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 155 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.02 |
| HSL | 120º | 0.92% | 0.8% | - |
| HSV(B) | 120º | 0.38% | 0.98% | - |
| XYZ | 53.93 | 78.33 | 43.29 | - |
| YUV | 211.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 155 | 0.38 | 0 | 0.38 | 0.02 | 120 | 0.92 | 0.8 |
| Hex | 9B | FB | 9B | 26 | 0 | 26 | 2 | 78 | 5C | 50 |
| Octal | 233 | 373 | 233 | 46 | 0 | 46 | 2 | 170 | 134 | 120 |
| Binary | 10011011 | 11111011 | 10011011 | 100110 | 0 | 100110 | 10 | 1111000 | 1011100 | 1010000 |
Color Harmonies of #9BFB9B
Complementary color
Monochromatic Colors of #9BFB9B
Black with #9BFB9B
Text Example
Text Example
White with #9BFB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB9B; }
p { color: rgb(155,251,155); }
H1.HeaderClassName
{
color: #9BFB9B;
}
.AnyTagClassName
{
color: #9BFB9B;
}
</style>
background-color css
<style>
a { background-color: #9BFB9B; }
a { background-color: rgb(155,251,155); }
div.DivClassName
{
background-color: #9BFB9B;
}
.BgClassName
{
background-color: #9BFB9B;
}
</style>
border-color css
<style>
span { border-color: #9BFB9B; }
span { border-color: rgb(155,251,155); }
td.TdClassName
{
border-color: #9BFB9B;
}
.TagClassName
{
border-color: #9BFB9B;
}
</style>