Shades of Pale Green #9BFA85
Tints of Pale Green #9BFA85
RGB
CMYK
RGB Variations
Color information
#9BFA85 (or 0x9BFA85) is known color: Pale Green. HEX triplet: 9B, FA and 85. RGB value is (155,250,133). Sum of RGB (Red+Green+Blue) = 155+250+133=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFA85 is #64057A. Grayscale: #D0D0D0. Windows color (decimal): -6555003 or 8780443. OLE color: 8780443.
HSL color Cylindrical-coordinate representation of color #9BFA85: hue angle of 108.72º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BFA85 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 133 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.02 |
| HSL | 108.72º | 0.92% | 0.75% | - |
| HSV(B) | 108.72º | 0.47% | 0.98% | - |
| XYZ | 51.94 | 77.03 | 34.32 | - |
| YUV | 208.26 | 85.53 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 133 | 0.38 | 0 | 0.47 | 0.02 | 108.72 | 0.92 | 0.75 |
| Hex | 9B | FA | 85 | 26 | 0 | 2F | 2 | 6D | 5C | 4B |
| Octal | 233 | 372 | 205 | 46 | 0 | 57 | 2 | 155 | 134 | 113 |
| Binary | 10011011 | 11111010 | 10000101 | 100110 | 0 | 101111 | 10 | 1101101 | 1011100 | 1001011 |
Color Harmonies of #9BFA85
Complementary color
Monochromatic Colors of #9BFA85
Black with #9BFA85
Text Example
Text Example
White with #9BFA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA85; }
p { color: rgb(155,250,133); }
H1.HeaderClassName
{
color: #9BFA85;
}
.AnyTagClassName
{
color: #9BFA85;
}
</style>
background-color css
<style>
a { background-color: #9BFA85; }
a { background-color: rgb(155,250,133); }
div.DivClassName
{
background-color: #9BFA85;
}
.BgClassName
{
background-color: #9BFA85;
}
</style>
border-color css
<style>
span { border-color: #9BFA85; }
span { border-color: rgb(155,250,133); }
td.TdClassName
{
border-color: #9BFA85;
}
.TagClassName
{
border-color: #9BFA85;
}
</style>