Shades of Pale Green #9CFA92
Tints of Pale Green #9CFA92
RGB
CMYK
RGB Variations
Color information
#9CFA92 (or 0x9CFA92) is known color: Pale Green. HEX triplet: 9C, FA and 92. RGB value is (156,250,146). Sum of RGB (Red+Green+Blue) = 156+250+146=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFA92 is #63056D. Grayscale: #D2D2D2. Windows color (decimal): -6489454 or 9632412. OLE color: 9632412.
HSL color Cylindrical-coordinate representation of color #9CFA92: hue angle of 114.23º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CFA92 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 146 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.02 |
| HSL | 114.23º | 0.91% | 0.78% | - |
| HSV(B) | 114.23º | 0.42% | 0.98% | - |
| XYZ | 53.08 | 77.51 | 39.36 | - |
| YUV | 210.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 146 | 0.38 | 0 | 0.42 | 0.02 | 114.23 | 0.91 | 0.78 |
| Hex | 9C | FA | 92 | 26 | 0 | 2A | 2 | 72 | 5B | 4E |
| Octal | 234 | 372 | 222 | 46 | 0 | 52 | 2 | 162 | 133 | 116 |
| Binary | 10011100 | 11111010 | 10010010 | 100110 | 0 | 101010 | 10 | 1110010 | 1011011 | 1001110 |
Color Harmonies of #9CFA92
Complementary color
Monochromatic Colors of #9CFA92
Black with #9CFA92
Text Example
Text Example
White with #9CFA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFA92; }
p { color: rgb(156,250,146); }
H1.HeaderClassName
{
color: #9CFA92;
}
.AnyTagClassName
{
color: #9CFA92;
}
</style>
background-color css
<style>
a { background-color: #9CFA92; }
a { background-color: rgb(156,250,146); }
div.DivClassName
{
background-color: #9CFA92;
}
.BgClassName
{
background-color: #9CFA92;
}
</style>
border-color css
<style>
span { border-color: #9CFA92; }
span { border-color: rgb(156,250,146); }
td.TdClassName
{
border-color: #9CFA92;
}
.TagClassName
{
border-color: #9CFA92;
}
</style>