Shades of Conifer #9BF664
Tints of Conifer #9BF664
RGB
CMYK
RGB Variations
Color information
#9BF664 (or 0x9BF664) is known color: Conifer. HEX triplet: 9B, F6 and 64. RGB value is (155,246,100). Sum of RGB (Red+Green+Blue) = 155+246+100=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF664 is #64099B. Grayscale: #CACACA. Windows color (decimal): -6556060 or 6616731. OLE color: 6616731.
HSL color Cylindrical-coordinate representation of color #9BF664: hue angle of 97.4º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BF664 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 100 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.04 |
| HSL | 97.4º | 0.89% | 0.68% | - |
| HSV(B) | 97.4º | 0.59% | 0.96% | - |
| XYZ | 48.77 | 73.8 | 23.73 | - |
| YUV | 202.15 | 70.35 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 100 | 0.37 | 0 | 0.59 | 0.04 | 97.4 | 0.89 | 0.68 |
| Hex | 9B | F6 | 64 | 25 | 0 | 3B | 4 | 61 | 59 | 44 |
| Octal | 233 | 366 | 144 | 45 | 0 | 73 | 4 | 141 | 131 | 104 |
| Binary | 10011011 | 11110110 | 1100100 | 100101 | 0 | 111011 | 100 | 1100001 | 1011001 | 1000100 |
Color Harmonies of #9BF664
Complementary color
Monochromatic Colors of #9BF664
Black with #9BF664
Text Example
Text Example
White with #9BF664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF664; }
p { color: rgb(155,246,100); }
H1.HeaderClassName
{
color: #9BF664;
}
.AnyTagClassName
{
color: #9BF664;
}
</style>
background-color css
<style>
a { background-color: #9BF664; }
a { background-color: rgb(155,246,100); }
div.DivClassName
{
background-color: #9BF664;
}
.BgClassName
{
background-color: #9BF664;
}
</style>
border-color css
<style>
span { border-color: #9BF664; }
span { border-color: rgb(155,246,100); }
td.TdClassName
{
border-color: #9BF664;
}
.TagClassName
{
border-color: #9BF664;
}
</style>