Shades of Pale Green #9DFB92
Tints of Pale Green #9DFB92
RGB
CMYK
RGB Variations
Color information
#9DFB92 (or 0x9DFB92) is known color: Pale Green. HEX triplet: 9D, FB and 92. RGB value is (157,251,146). Sum of RGB (Red+Green+Blue) = 157+251+146=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFB92 is #62046D. Grayscale: #D3D3D3. Windows color (decimal): -6423662 or 9632669. OLE color: 9632669.
HSL color Cylindrical-coordinate representation of color #9DFB92: hue angle of 113.71º 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 #9DFB92 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 251 | 146 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.02 |
| HSL | 113.71º | 0.93% | 0.78% | - |
| HSV(B) | 113.71º | 0.42% | 0.98% | - |
| XYZ | 53.59 | 78.24 | 39.47 | - |
| YUV | 210.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 251 | 146 | 0.37 | 0 | 0.42 | 0.02 | 113.71 | 0.93 | 0.78 |
| Hex | 9D | FB | 92 | 25 | 0 | 2A | 2 | 72 | 5D | 4E |
| Octal | 235 | 373 | 222 | 45 | 0 | 52 | 2 | 162 | 135 | 116 |
| Binary | 10011101 | 11111011 | 10010010 | 100101 | 0 | 101010 | 10 | 1110010 | 1011101 | 1001110 |
Color Harmonies of #9DFB92
Complementary color
Monochromatic Colors of #9DFB92
Black with #9DFB92
Text Example
Text Example
White with #9DFB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFB92; }
p { color: rgb(157,251,146); }
H1.HeaderClassName
{
color: #9DFB92;
}
.AnyTagClassName
{
color: #9DFB92;
}
</style>
background-color css
<style>
a { background-color: #9DFB92; }
a { background-color: rgb(157,251,146); }
div.DivClassName
{
background-color: #9DFB92;
}
.BgClassName
{
background-color: #9DFB92;
}
</style>
border-color css
<style>
span { border-color: #9DFB92; }
span { border-color: rgb(157,251,146); }
td.TdClassName
{
border-color: #9DFB92;
}
.TagClassName
{
border-color: #9DFB92;
}
</style>