Shades of Conifer #9FE95B
Tints of Conifer #9FE95B
RGB
CMYK
RGB Variations
Color information
#9FE95B (or 0x9FE95B) is known color: Conifer. HEX triplet: 9F, E9 and 5B. RGB value is (159,233,91). Sum of RGB (Red+Green+Blue) = 159+233+91=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE95B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE95B is #6016A4. Grayscale: #C3C3C3. Windows color (decimal): -6297253 or 6023583. OLE color: 6023583.
HSL color Cylindrical-coordinate representation of color #9FE95B: hue angle of 91.27º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FE95B is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 91 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.09 |
| HSL | 91.27º | 0.76% | 0.64% | - |
| HSV(B) | 91.27º | 0.61% | 0.91% | - |
| XYZ | 45.33 | 66.4 | 20.33 | - |
| YUV | 194.69 | 69.48 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 91 | 0.32 | 0 | 0.61 | 0.09 | 91.27 | 0.76 | 0.64 |
| Hex | 9F | E9 | 5B | 20 | 0 | 3D | 9 | 5B | 4C | 40 |
| Octal | 237 | 351 | 133 | 40 | 0 | 75 | 11 | 133 | 114 | 100 |
| Binary | 10011111 | 11101001 | 1011011 | 100000 | 0 | 111101 | 1001 | 1011011 | 1001100 | 1000000 |
Color Harmonies of #9FE95B
Complementary color
Monochromatic Colors of #9FE95B
Black with #9FE95B
Text Example
Text Example
White with #9FE95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE95B; }
p { color: rgb(159,233,91); }
H1.HeaderClassName
{
color: #9FE95B;
}
.AnyTagClassName
{
color: #9FE95B;
}
</style>
background-color css
<style>
a { background-color: #9FE95B; }
a { background-color: rgb(159,233,91); }
div.DivClassName
{
background-color: #9FE95B;
}
.BgClassName
{
background-color: #9FE95B;
}
</style>
border-color css
<style>
span { border-color: #9FE95B; }
span { border-color: rgb(159,233,91); }
td.TdClassName
{
border-color: #9FE95B;
}
.TagClassName
{
border-color: #9FE95B;
}
</style>