Shades of Conifer #9FE154
Tints of Conifer #9FE154
RGB
CMYK
RGB Variations
Color information
#9FE154 (or 0x9FE154) is known color: Conifer. HEX triplet: 9F, E1 and 54. RGB value is (159,225,84). Sum of RGB (Red+Green+Blue) = 159+225+84=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE154 is #601EAB. Grayscale: #BDBDBD. Windows color (decimal): -6299308 or 5562783. OLE color: 5562783.
HSL color Cylindrical-coordinate representation of color #9FE154: hue angle of 88.09º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FE154 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 84 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.12 |
| HSL | 88.09º | 0.7% | 0.61% | - |
| HSV(B) | 88.09º | 0.63% | 0.88% | - |
| XYZ | 42.82 | 61.86 | 18.07 | - |
| YUV | 189.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 84 | 0.29 | 0 | 0.63 | 0.12 | 88.09 | 0.7 | 0.61 |
| Hex | 9F | E1 | 54 | 1D | 0 | 3F | C | 58 | 46 | 3D |
| Octal | 237 | 341 | 124 | 35 | 0 | 77 | 14 | 130 | 106 | 75 |
| Binary | 10011111 | 11100001 | 1010100 | 11101 | 0 | 111111 | 1100 | 1011000 | 1000110 | 111101 |
Color Harmonies of #9FE154
Complementary color
Monochromatic Colors of #9FE154
Black with #9FE154
Text Example
Text Example
White with #9FE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE154; }
p { color: rgb(159,225,84); }
H1.HeaderClassName
{
color: #9FE154;
}
.AnyTagClassName
{
color: #9FE154;
}
</style>
background-color css
<style>
a { background-color: #9FE154; }
a { background-color: rgb(159,225,84); }
div.DivClassName
{
background-color: #9FE154;
}
.BgClassName
{
background-color: #9FE154;
}
</style>
border-color css
<style>
span { border-color: #9FE154; }
span { border-color: rgb(159,225,84); }
td.TdClassName
{
border-color: #9FE154;
}
.TagClassName
{
border-color: #9FE154;
}
</style>