Shades of Pale Green #9BF292
Tints of Pale Green #9BF292
RGB
CMYK
RGB Variations
Color information
#9BF292 (or 0x9BF292) is known color: Pale Green. HEX triplet: 9B, F2 and 92. RGB value is (155,242,146). Sum of RGB (Red+Green+Blue) = 155+242+146=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF292 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF292 is #640D6D. Grayscale: #CDCDCD. Windows color (decimal): -6557038 or 9630363. OLE color: 9630363.
HSL color Cylindrical-coordinate representation of color #9BF292: hue angle of 114.38º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BF292 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 146 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.05 |
| HSL | 114.38º | 0.79% | 0.76% | - |
| HSV(B) | 114.38º | 0.4% | 0.95% | - |
| XYZ | 50.46 | 72.55 | 38.54 | - |
| YUV | 205.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 146 | 0.36 | 0 | 0.40 | 0.05 | 114.38 | 0.79 | 0.76 |
| Hex | 9B | F2 | 92 | 24 | 0 | 28 | 5 | 72 | 4F | 4C |
| Octal | 233 | 362 | 222 | 44 | 0 | 50 | 5 | 162 | 117 | 114 |
| Binary | 10011011 | 11110010 | 10010010 | 100100 | 0 | 101000 | 101 | 1110010 | 1001111 | 1001100 |
Color Harmonies of #9BF292
Complementary color
Monochromatic Colors of #9BF292
Black with #9BF292
Text Example
Text Example
White with #9BF292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF292; }
p { color: rgb(155,242,146); }
H1.HeaderClassName
{
color: #9BF292;
}
.AnyTagClassName
{
color: #9BF292;
}
</style>
background-color css
<style>
a { background-color: #9BF292; }
a { background-color: rgb(155,242,146); }
div.DivClassName
{
background-color: #9BF292;
}
.BgClassName
{
background-color: #9BF292;
}
</style>
border-color css
<style>
span { border-color: #9BF292; }
span { border-color: rgb(155,242,146); }
td.TdClassName
{
border-color: #9BF292;
}
.TagClassName
{
border-color: #9BF292;
}
</style>