Shades of Pale Green #9BFC9A
Tints of Pale Green #9BFC9A
RGB
CMYK
RGB Variations
Color information
#9BFC9A (or 0x9BFC9A) is known color: Pale Green. HEX triplet: 9B, FC and 9A. RGB value is (155,252,154). Sum of RGB (Red+Green+Blue) = 155+252+154=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC9A is #640365. Grayscale: #D4D4D4. Windows color (decimal): -6554470 or 10157211. OLE color: 10157211.
HSL color Cylindrical-coordinate representation of color #9BFC9A: hue angle of 119.39º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFC9A is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 154 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.01 |
| HSL | 119.39º | 0.94% | 0.8% | - |
| HSV(B) | 119.39º | 0.39% | 0.99% | - |
| XYZ | 54.16 | 78.92 | 42.95 | - |
| YUV | 211.83 | 95.36 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 154 | 0.38 | 0 | 0.39 | 0.01 | 119.39 | 0.94 | 0.8 |
| Hex | 9B | FC | 9A | 26 | 0 | 27 | 1 | 77 | 5E | 50 |
| Octal | 233 | 374 | 232 | 46 | 0 | 47 | 1 | 167 | 136 | 120 |
| Binary | 10011011 | 11111100 | 10011010 | 100110 | 0 | 100111 | 1 | 1110111 | 1011110 | 1010000 |
Color Harmonies of #9BFC9A
Complementary color
Monochromatic Colors of #9BFC9A
Black with #9BFC9A
Text Example
Text Example
White with #9BFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC9A; }
p { color: rgb(155,252,154); }
H1.HeaderClassName
{
color: #9BFC9A;
}
.AnyTagClassName
{
color: #9BFC9A;
}
</style>
background-color css
<style>
a { background-color: #9BFC9A; }
a { background-color: rgb(155,252,154); }
div.DivClassName
{
background-color: #9BFC9A;
}
.BgClassName
{
background-color: #9BFC9A;
}
</style>
border-color css
<style>
span { border-color: #9BFC9A; }
span { border-color: rgb(155,252,154); }
td.TdClassName
{
border-color: #9BFC9A;
}
.TagClassName
{
border-color: #9BFC9A;
}
</style>