Shades of Conifer #9FDA5C
Tints of Conifer #9FDA5C
RGB
CMYK
RGB Variations
Color information
#9FDA5C (or 0x9FDA5C) is known color: Conifer. HEX triplet: 9F, DA and 5C. RGB value is (159,218,92). Sum of RGB (Red+Green+Blue) = 159+218+92=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA5C is #6025A3. Grayscale: #BABABA. Windows color (decimal): -6301092 or 6085279. OLE color: 6085279.
HSL color Cylindrical-coordinate representation of color #9FDA5C: hue angle of 88.1º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FDA5C is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 92 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.15 |
| HSL | 88.1º | 0.63% | 0.61% | - |
| HSV(B) | 88.1º | 0.58% | 0.85% | - |
| XYZ | 41.3 | 58.29 | 19.2 | - |
| YUV | 186 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 92 | 0.27 | 0 | 0.58 | 0.15 | 88.1 | 0.63 | 0.61 |
| Hex | 9F | DA | 5C | 1B | 0 | 3A | F | 58 | 3F | 3D |
| Octal | 237 | 332 | 134 | 33 | 0 | 72 | 17 | 130 | 77 | 75 |
| Binary | 10011111 | 11011010 | 1011100 | 11011 | 0 | 111010 | 1111 | 1011000 | 111111 | 111101 |
Color Harmonies of #9FDA5C
Complementary color
Monochromatic Colors of #9FDA5C
Black with #9FDA5C
Text Example
Text Example
White with #9FDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA5C; }
p { color: rgb(159,218,92); }
H1.HeaderClassName
{
color: #9FDA5C;
}
.AnyTagClassName
{
color: #9FDA5C;
}
</style>
background-color css
<style>
a { background-color: #9FDA5C; }
a { background-color: rgb(159,218,92); }
div.DivClassName
{
background-color: #9FDA5C;
}
.BgClassName
{
background-color: #9FDA5C;
}
</style>
border-color css
<style>
span { border-color: #9FDA5C; }
span { border-color: rgb(159,218,92); }
td.TdClassName
{
border-color: #9FDA5C;
}
.TagClassName
{
border-color: #9FDA5C;
}
</style>