Shades of Pale Green #9BF298
Tints of Pale Green #9BF298
RGB
CMYK
RGB Variations
Color information
#9BF298 (or 0x9BF298) is known color: Pale Green. HEX triplet: 9B, F2 and 98. RGB value is (155,242,152). Sum of RGB (Red+Green+Blue) = 155+242+152=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF298 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF298 is #640D67. Grayscale: #CECECE. Windows color (decimal): -6557032 or 10023579. OLE color: 10023579.
HSL color Cylindrical-coordinate representation of color #9BF298: hue angle of 118º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF298 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 152 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.05 |
| HSL | 118º | 0.78% | 0.77% | - |
| HSV(B) | 118º | 0.37% | 0.95% | - |
| XYZ | 50.94 | 72.74 | 41.06 | - |
| YUV | 205.73 | 97.68 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 152 | 0.36 | 0 | 0.37 | 0.05 | 118 | 0.78 | 0.77 |
| Hex | 9B | F2 | 98 | 24 | 0 | 25 | 5 | 76 | 4E | 4D |
| Octal | 233 | 362 | 230 | 44 | 0 | 45 | 5 | 166 | 116 | 115 |
| Binary | 10011011 | 11110010 | 10011000 | 100100 | 0 | 100101 | 101 | 1110110 | 1001110 | 1001101 |
Color Harmonies of #9BF298
Complementary color
Monochromatic Colors of #9BF298
Black with #9BF298
Text Example
Text Example
White with #9BF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF298; }
p { color: rgb(155,242,152); }
H1.HeaderClassName
{
color: #9BF298;
}
.AnyTagClassName
{
color: #9BF298;
}
</style>
background-color css
<style>
a { background-color: #9BF298; }
a { background-color: rgb(155,242,152); }
div.DivClassName
{
background-color: #9BF298;
}
.BgClassName
{
background-color: #9BF298;
}
</style>
border-color css
<style>
span { border-color: #9BF298; }
span { border-color: rgb(155,242,152); }
td.TdClassName
{
border-color: #9BF298;
}
.TagClassName
{
border-color: #9BF298;
}
</style>