Shades of Conifer #9BFA5A
Tints of Conifer #9BFA5A
RGB
CMYK
RGB Variations
Color information
#9BFA5A (or 0x9BFA5A) is known color: Conifer. HEX triplet: 9B, FA and 5A. RGB value is (155,250,90). Sum of RGB (Red+Green+Blue) = 155+250+90=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFA5A is #6405A5. Grayscale: #CBCBCB. Windows color (decimal): -6555046 or 5962395. OLE color: 5962395.
HSL color Cylindrical-coordinate representation of color #9BFA5A: hue angle of 95.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BFA5A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 90 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.02 |
| HSL | 95.63º | 0.94% | 0.67% | - |
| HSV(B) | 95.63º | 0.64% | 0.98% | - |
| XYZ | 49.55 | 76.08 | 21.75 | - |
| YUV | 203.36 | 64.03 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 90 | 0.38 | 0 | 0.64 | 0.02 | 95.63 | 0.94 | 0.67 |
| Hex | 9B | FA | 5A | 26 | 0 | 40 | 2 | 60 | 5E | 43 |
| Octal | 233 | 372 | 132 | 46 | 0 | 100 | 2 | 140 | 136 | 103 |
| Binary | 10011011 | 11111010 | 1011010 | 100110 | 0 | 1000000 | 10 | 1100000 | 1011110 | 1000011 |
Color Harmonies of #9BFA5A
Complementary color
Monochromatic Colors of #9BFA5A
Black with #9BFA5A
Text Example
Text Example
White with #9BFA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA5A; }
p { color: rgb(155,250,90); }
H1.HeaderClassName
{
color: #9BFA5A;
}
.AnyTagClassName
{
color: #9BFA5A;
}
</style>
background-color css
<style>
a { background-color: #9BFA5A; }
a { background-color: rgb(155,250,90); }
div.DivClassName
{
background-color: #9BFA5A;
}
.BgClassName
{
background-color: #9BFA5A;
}
</style>
border-color css
<style>
span { border-color: #9BFA5A; }
span { border-color: rgb(155,250,90); }
td.TdClassName
{
border-color: #9BFA5A;
}
.TagClassName
{
border-color: #9BFA5A;
}
</style>