Shades of Pale Green #9CFB92
Tints of Pale Green #9CFB92
RGB
CMYK
RGB Variations
Color information
#9CFB92 (or 0x9CFB92) is known color: Pale Green. HEX triplet: 9C, FB and 92. RGB value is (156,251,146). Sum of RGB (Red+Green+Blue) = 156+251+146=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFB92 is #63046D. Grayscale: #D2D2D2. Windows color (decimal): -6489198 or 9632668. OLE color: 9632668.
HSL color Cylindrical-coordinate representation of color #9CFB92: hue angle of 114.29º degrees, saturation: 0.93, 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 #9CFB92 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 146 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.02 |
| HSL | 114.29º | 0.93% | 0.78% | - |
| HSV(B) | 114.29º | 0.42% | 0.98% | - |
| XYZ | 53.4 | 78.14 | 39.46 | - |
| YUV | 210.63 | 91.53 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 146 | 0.38 | 0 | 0.42 | 0.02 | 114.29 | 0.93 | 0.78 |
| Hex | 9C | FB | 92 | 26 | 0 | 2A | 2 | 72 | 5D | 4E |
| Octal | 234 | 373 | 222 | 46 | 0 | 52 | 2 | 162 | 135 | 116 |
| Binary | 10011100 | 11111011 | 10010010 | 100110 | 0 | 101010 | 10 | 1110010 | 1011101 | 1001110 |
Color Harmonies of #9CFB92
Complementary color
Monochromatic Colors of #9CFB92
Black with #9CFB92
Text Example
Text Example
White with #9CFB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB92; }
p { color: rgb(156,251,146); }
H1.HeaderClassName
{
color: #9CFB92;
}
.AnyTagClassName
{
color: #9CFB92;
}
</style>
background-color css
<style>
a { background-color: #9CFB92; }
a { background-color: rgb(156,251,146); }
div.DivClassName
{
background-color: #9CFB92;
}
.BgClassName
{
background-color: #9CFB92;
}
</style>
border-color css
<style>
span { border-color: #9CFB92; }
span { border-color: rgb(156,251,146); }
td.TdClassName
{
border-color: #9CFB92;
}
.TagClassName
{
border-color: #9CFB92;
}
</style>