Shades of Pale Green #9BFC93
Tints of Pale Green #9BFC93
RGB
CMYK
RGB Variations
Color information
#9BFC93 (or 0x9BFC93) is known color: Pale Green. HEX triplet: 9B, FC and 93. RGB value is (155,252,147). Sum of RGB (Red+Green+Blue) = 155+252+147=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC93 is #64036C. Grayscale: #D3D3D3. Windows color (decimal): -6554477 or 9698459. OLE color: 9698459.
HSL color Cylindrical-coordinate representation of color #9BFC93: hue angle of 115.43º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BFC93 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 147 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.01 |
| HSL | 115.43º | 0.95% | 0.78% | - |
| HSV(B) | 115.43º | 0.42% | 0.99% | - |
| XYZ | 53.59 | 78.7 | 39.97 | - |
| YUV | 211.03 | 91.86 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 147 | 0.38 | 0 | 0.42 | 0.01 | 115.43 | 0.95 | 0.78 |
| Hex | 9B | FC | 93 | 26 | 0 | 2A | 1 | 73 | 5F | 4E |
| Octal | 233 | 374 | 223 | 46 | 0 | 52 | 1 | 163 | 137 | 116 |
| Binary | 10011011 | 11111100 | 10010011 | 100110 | 0 | 101010 | 1 | 1110011 | 1011111 | 1001110 |
Color Harmonies of #9BFC93
Complementary color
Monochromatic Colors of #9BFC93
Black with #9BFC93
Text Example
Text Example
White with #9BFC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC93; }
p { color: rgb(155,252,147); }
H1.HeaderClassName
{
color: #9BFC93;
}
.AnyTagClassName
{
color: #9BFC93;
}
</style>
background-color css
<style>
a { background-color: #9BFC93; }
a { background-color: rgb(155,252,147); }
div.DivClassName
{
background-color: #9BFC93;
}
.BgClassName
{
background-color: #9BFC93;
}
</style>
border-color css
<style>
span { border-color: #9BFC93; }
span { border-color: rgb(155,252,147); }
td.TdClassName
{
border-color: #9BFC93;
}
.TagClassName
{
border-color: #9BFC93;
}
</style>