Shades of Conifer #9BFA59
Tints of Conifer #9BFA59
RGB
CMYK
RGB Variations
Color information
#9BFA59 (or 0x9BFA59) is known color: Conifer. HEX triplet: 9B, FA and 59. RGB value is (155,250,89). Sum of RGB (Red+Green+Blue) = 155+250+89=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFA59 is #6405A6. Grayscale: #CBCBCB. Windows color (decimal): -6555047 or 5896859. OLE color: 5896859.
HSL color Cylindrical-coordinate representation of color #9BFA59: hue angle of 95.4º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BFA59 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 89 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.02 |
| HSL | 95.4º | 0.94% | 0.66% | - |
| HSV(B) | 95.4º | 0.64% | 0.98% | - |
| XYZ | 49.51 | 76.06 | 21.52 | - |
| YUV | 203.24 | 63.53 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 89 | 0.38 | 0 | 0.64 | 0.02 | 95.4 | 0.94 | 0.66 |
| Hex | 9B | FA | 59 | 26 | 0 | 40 | 2 | 5F | 5E | 42 |
| Octal | 233 | 372 | 131 | 46 | 0 | 100 | 2 | 137 | 136 | 102 |
| Binary | 10011011 | 11111010 | 1011001 | 100110 | 0 | 1000000 | 10 | 1011111 | 1011110 | 1000010 |
Color Harmonies of #9BFA59
Complementary color
Monochromatic Colors of #9BFA59
Black with #9BFA59
Text Example
Text Example
White with #9BFA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA59; }
p { color: rgb(155,250,89); }
H1.HeaderClassName
{
color: #9BFA59;
}
.AnyTagClassName
{
color: #9BFA59;
}
</style>
background-color css
<style>
a { background-color: #9BFA59; }
a { background-color: rgb(155,250,89); }
div.DivClassName
{
background-color: #9BFA59;
}
.BgClassName
{
background-color: #9BFA59;
}
</style>
border-color css
<style>
span { border-color: #9BFA59; }
span { border-color: rgb(155,250,89); }
td.TdClassName
{
border-color: #9BFA59;
}
.TagClassName
{
border-color: #9BFA59;
}
</style>