Shades of Conifer #9FF354
Tints of Conifer #9FF354
RGB
CMYK
RGB Variations
Color information
#9FF354 (or 0x9FF354) is known color: Conifer. HEX triplet: 9F, F3 and 54. RGB value is (159,243,84). Sum of RGB (Red+Green+Blue) = 159+243+84=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF354 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF354 is #600CAB. Grayscale: #C8C8C8. Windows color (decimal): -6294700 or 5567391. OLE color: 5567391.
HSL color Cylindrical-coordinate representation of color #9FF354: hue angle of 91.7º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FF354 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 84 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.05 |
| HSL | 91.7º | 0.87% | 0.64% | - |
| HSV(B) | 91.7º | 0.65% | 0.95% | - |
| XYZ | 47.95 | 72.11 | 19.78 | - |
| YUV | 199.76 | 62.67 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 84 | 0.35 | 0 | 0.65 | 0.05 | 91.7 | 0.87 | 0.64 |
| Hex | 9F | F3 | 54 | 23 | 0 | 41 | 5 | 5C | 57 | 40 |
| Octal | 237 | 363 | 124 | 43 | 0 | 101 | 5 | 134 | 127 | 100 |
| Binary | 10011111 | 11110011 | 1010100 | 100011 | 0 | 1000001 | 101 | 1011100 | 1010111 | 1000000 |
Color Harmonies of #9FF354
Complementary color
Monochromatic Colors of #9FF354
Black with #9FF354
Text Example
Text Example
White with #9FF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF354; }
p { color: rgb(159,243,84); }
H1.HeaderClassName
{
color: #9FF354;
}
.AnyTagClassName
{
color: #9FF354;
}
</style>
background-color css
<style>
a { background-color: #9FF354; }
a { background-color: rgb(159,243,84); }
div.DivClassName
{
background-color: #9FF354;
}
.BgClassName
{
background-color: #9FF354;
}
</style>
border-color css
<style>
span { border-color: #9FF354; }
span { border-color: rgb(159,243,84); }
td.TdClassName
{
border-color: #9FF354;
}
.TagClassName
{
border-color: #9FF354;
}
</style>