Shades of Conifer #9BFA63
Tints of Conifer #9BFA63
RGB
CMYK
RGB Variations
Color information
#9BFA63 (or 0x9BFA63) is known color: Conifer. HEX triplet: 9B, FA and 63. RGB value is (155,250,99). Sum of RGB (Red+Green+Blue) = 155+250+99=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFA63 is #64059C. Grayscale: #CCCCCC. Windows color (decimal): -6555037 or 6552219. OLE color: 6552219.
HSL color Cylindrical-coordinate representation of color #9BFA63: hue angle of 97.75º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BFA63 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 99 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.02 |
| HSL | 97.75º | 0.94% | 0.68% | - |
| HSV(B) | 97.75º | 0.6% | 0.98% | - |
| XYZ | 49.96 | 76.24 | 23.89 | - |
| YUV | 204.38 | 68.53 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 99 | 0.38 | 0 | 0.60 | 0.02 | 97.75 | 0.94 | 0.68 |
| Hex | 9B | FA | 63 | 26 | 0 | 3C | 2 | 62 | 5E | 44 |
| Octal | 233 | 372 | 143 | 46 | 0 | 74 | 2 | 142 | 136 | 104 |
| Binary | 10011011 | 11111010 | 1100011 | 100110 | 0 | 111100 | 10 | 1100010 | 1011110 | 1000100 |
Color Harmonies of #9BFA63
Complementary color
Monochromatic Colors of #9BFA63
Black with #9BFA63
Text Example
Text Example
White with #9BFA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA63; }
p { color: rgb(155,250,99); }
H1.HeaderClassName
{
color: #9BFA63;
}
.AnyTagClassName
{
color: #9BFA63;
}
</style>
background-color css
<style>
a { background-color: #9BFA63; }
a { background-color: rgb(155,250,99); }
div.DivClassName
{
background-color: #9BFA63;
}
.BgClassName
{
background-color: #9BFA63;
}
</style>
border-color css
<style>
span { border-color: #9BFA63; }
span { border-color: rgb(155,250,99); }
td.TdClassName
{
border-color: #9BFA63;
}
.TagClassName
{
border-color: #9BFA63;
}
</style>