Shades of Conifer #9BFA64
Tints of Conifer #9BFA64
RGB
CMYK
RGB Variations
Color information
#9BFA64 (or 0x9BFA64) is known color: Conifer. HEX triplet: 9B, FA and 64. RGB value is (155,250,100). Sum of RGB (Red+Green+Blue) = 155+250+100=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFA64 is #64059B. Grayscale: #CDCDCD. Windows color (decimal): -6555036 or 6617755. OLE color: 6617755.
HSL color Cylindrical-coordinate representation of color #9BFA64: hue angle of 98º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BFA64 is Cyan = 0.38, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 100 | - |
| CMYK | 0.38 | 0 | 0.6 | 0.02 |
| HSL | 98º | 0.94% | 0.69% | - |
| HSV(B) | 98º | 0.6% | 0.98% | - |
| XYZ | 50 | 76.26 | 24.14 | - |
| YUV | 204.5 | 69.03 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 100 | 0.38 | 0 | 0.6 | 0.02 | 98 | 0.94 | 0.69 |
| Hex | 9B | FA | 64 | 26 | 0 | 3C | 2 | 62 | 5E | 45 |
| Octal | 233 | 372 | 144 | 46 | 0 | 74 | 2 | 142 | 136 | 105 |
| Binary | 10011011 | 11111010 | 1100100 | 100110 | 0 | 111100 | 10 | 1100010 | 1011110 | 1000101 |
Color Harmonies of #9BFA64
Complementary color
Monochromatic Colors of #9BFA64
Black with #9BFA64
Text Example
Text Example
White with #9BFA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA64; }
p { color: rgb(155,250,100); }
H1.HeaderClassName
{
color: #9BFA64;
}
.AnyTagClassName
{
color: #9BFA64;
}
</style>
background-color css
<style>
a { background-color: #9BFA64; }
a { background-color: rgb(155,250,100); }
div.DivClassName
{
background-color: #9BFA64;
}
.BgClassName
{
background-color: #9BFA64;
}
</style>
border-color css
<style>
span { border-color: #9BFA64; }
span { border-color: rgb(155,250,100); }
td.TdClassName
{
border-color: #9BFA64;
}
.TagClassName
{
border-color: #9BFA64;
}
</style>