Shades of Pale Green #9BF892
Tints of Pale Green #9BF892
RGB
CMYK
RGB Variations
Color information
#9BF892 (or 0x9BF892) is known color: Pale Green. HEX triplet: 9B, F8 and 92. RGB value is (155,248,146). Sum of RGB (Red+Green+Blue) = 155+248+146=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF892 is #64076D. Grayscale: #D0D0D0. Windows color (decimal): -6555502 or 9631899. OLE color: 9631899.
HSL color Cylindrical-coordinate representation of color #9BF892: hue angle of 114.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BF892 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 146 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.03 |
| HSL | 114.71º | 0.88% | 0.77% | - |
| HSV(B) | 114.71º | 0.41% | 0.97% | - |
| XYZ | 52.27 | 76.18 | 39.14 | - |
| YUV | 208.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 146 | 0.38 | 0 | 0.41 | 0.03 | 114.71 | 0.88 | 0.77 |
| Hex | 9B | F8 | 92 | 26 | 0 | 29 | 3 | 73 | 58 | 4D |
| Octal | 233 | 370 | 222 | 46 | 0 | 51 | 3 | 163 | 130 | 115 |
| Binary | 10011011 | 11111000 | 10010010 | 100110 | 0 | 101001 | 11 | 1110011 | 1011000 | 1001101 |
Color Harmonies of #9BF892
Complementary color
Monochromatic Colors of #9BF892
Black with #9BF892
Text Example
Text Example
White with #9BF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF892; }
p { color: rgb(155,248,146); }
H1.HeaderClassName
{
color: #9BF892;
}
.AnyTagClassName
{
color: #9BF892;
}
</style>
background-color css
<style>
a { background-color: #9BF892; }
a { background-color: rgb(155,248,146); }
div.DivClassName
{
background-color: #9BF892;
}
.BgClassName
{
background-color: #9BF892;
}
</style>
border-color css
<style>
span { border-color: #9BF892; }
span { border-color: rgb(155,248,146); }
td.TdClassName
{
border-color: #9BF892;
}
.TagClassName
{
border-color: #9BF892;
}
</style>