Shades of Conifer #9FDA54
Tints of Conifer #9FDA54
RGB
CMYK
RGB Variations
Color information
#9FDA54 (or 0x9FDA54) is known color: Conifer. HEX triplet: 9F, DA and 54. RGB value is (159,218,84). Sum of RGB (Red+Green+Blue) = 159+218+84=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA54 is #6025AB. Grayscale: #B9B9B9. Windows color (decimal): -6301100 or 5560991. OLE color: 5560991.
HSL color Cylindrical-coordinate representation of color #9FDA54: hue angle of 86.42º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FDA54 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 84 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.15 |
| HSL | 86.42º | 0.64% | 0.59% | - |
| HSV(B) | 86.42º | 0.61% | 0.85% | - |
| XYZ | 40.97 | 58.15 | 17.45 | - |
| YUV | 185.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 84 | 0.27 | 0 | 0.61 | 0.15 | 86.42 | 0.64 | 0.59 |
| Hex | 9F | DA | 54 | 1B | 0 | 3D | F | 56 | 40 | 3B |
| Octal | 237 | 332 | 124 | 33 | 0 | 75 | 17 | 126 | 100 | 73 |
| Binary | 10011111 | 11011010 | 1010100 | 11011 | 0 | 111101 | 1111 | 1010110 | 1000000 | 111011 |
Color Harmonies of #9FDA54
Complementary color
Monochromatic Colors of #9FDA54
Black with #9FDA54
Text Example
Text Example
White with #9FDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA54; }
p { color: rgb(159,218,84); }
H1.HeaderClassName
{
color: #9FDA54;
}
.AnyTagClassName
{
color: #9FDA54;
}
</style>
background-color css
<style>
a { background-color: #9FDA54; }
a { background-color: rgb(159,218,84); }
div.DivClassName
{
background-color: #9FDA54;
}
.BgClassName
{
background-color: #9FDA54;
}
</style>
border-color css
<style>
span { border-color: #9FDA54; }
span { border-color: rgb(159,218,84); }
td.TdClassName
{
border-color: #9FDA54;
}
.TagClassName
{
border-color: #9FDA54;
}
</style>