Shades of Pale Green #9CFC98
Tints of Pale Green #9CFC98
RGB
CMYK
RGB Variations
Color information
#9CFC98 (or 0x9CFC98) is known color: Pale Green. HEX triplet: 9C, FC and 98. RGB value is (156,252,152). Sum of RGB (Red+Green+Blue) = 156+252+152=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFC98 is #630367. Grayscale: #D4D4D4. Windows color (decimal): -6488936 or 10026140. OLE color: 10026140.
HSL color Cylindrical-coordinate representation of color #9CFC98: hue angle of 117.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CFC98 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 152 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.01 |
| HSL | 117.6º | 0.94% | 0.79% | - |
| HSV(B) | 117.6º | 0.4% | 0.99% | - |
| XYZ | 54.19 | 78.96 | 42.09 | - |
| YUV | 211.9 | 94.2 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 152 | 0.38 | 0 | 0.40 | 0.01 | 117.6 | 0.94 | 0.79 |
| Hex | 9C | FC | 98 | 26 | 0 | 28 | 1 | 76 | 5E | 4F |
| Octal | 234 | 374 | 230 | 46 | 0 | 50 | 1 | 166 | 136 | 117 |
| Binary | 10011100 | 11111100 | 10011000 | 100110 | 0 | 101000 | 1 | 1110110 | 1011110 | 1001111 |
Color Harmonies of #9CFC98
Complementary color
Monochromatic Colors of #9CFC98
Black with #9CFC98
Text Example
Text Example
White with #9CFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFC98; }
p { color: rgb(156,252,152); }
H1.HeaderClassName
{
color: #9CFC98;
}
.AnyTagClassName
{
color: #9CFC98;
}
</style>
background-color css
<style>
a { background-color: #9CFC98; }
a { background-color: rgb(156,252,152); }
div.DivClassName
{
background-color: #9CFC98;
}
.BgClassName
{
background-color: #9CFC98;
}
</style>
border-color css
<style>
span { border-color: #9CFC98; }
span { border-color: rgb(156,252,152); }
td.TdClassName
{
border-color: #9CFC98;
}
.TagClassName
{
border-color: #9CFC98;
}
</style>