Shades of Pale Green #9FFCB2
Tints of Pale Green #9FFCB2
RGB
CMYK
RGB Variations
Color information
#9FFCB2 (or 0x9FFCB2) is known color: Pale Green. HEX triplet: 9F, FC and B2. RGB value is (159,252,178). Sum of RGB (Red+Green+Blue) = 159+252+178=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFCB2 is #60034D. Grayscale: #D7D7D7. Windows color (decimal): -6292302 or 11730079. OLE color: 11730079.
HSL color Cylindrical-coordinate representation of color #9FFCB2: hue angle of 132.26º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCB2 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 178 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.01 |
| HSL | 132.26º | 0.94% | 0.81% | - |
| HSV(B) | 132.26º | 0.37% | 0.99% | - |
| XYZ | 57.14 | 80.21 | 54.59 | - |
| YUV | 215.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 178 | 0.37 | 0 | 0.29 | 0.01 | 132.26 | 0.94 | 0.81 |
| Hex | 9F | FC | B2 | 25 | 0 | 1D | 1 | 84 | 5E | 51 |
| Octal | 237 | 374 | 262 | 45 | 0 | 35 | 1 | 204 | 136 | 121 |
| Binary | 10011111 | 11111100 | 10110010 | 100101 | 0 | 11101 | 1 | 10000100 | 1011110 | 1010001 |
Color Harmonies of #9FFCB2
Complementary color
Monochromatic Colors of #9FFCB2
Black with #9FFCB2
Text Example
Text Example
White with #9FFCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCB2; }
p { color: rgb(159,252,178); }
H1.HeaderClassName
{
color: #9FFCB2;
}
.AnyTagClassName
{
color: #9FFCB2;
}
</style>
background-color css
<style>
a { background-color: #9FFCB2; }
a { background-color: rgb(159,252,178); }
div.DivClassName
{
background-color: #9FFCB2;
}
.BgClassName
{
background-color: #9FFCB2;
}
</style>
border-color css
<style>
span { border-color: #9FFCB2; }
span { border-color: rgb(159,252,178); }
td.TdClassName
{
border-color: #9FFCB2;
}
.TagClassName
{
border-color: #9FFCB2;
}
</style>