Shades of Conifer #9FED5F
Tints of Conifer #9FED5F
RGB
CMYK
RGB Variations
Color information
#9FED5F (or 0x9FED5F) is known color: Conifer. HEX triplet: 9F, ED and 5F. RGB value is (159,237,95). Sum of RGB (Red+Green+Blue) = 159+237+95=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FED5F is #6012A0. Grayscale: #C5C5C5. Windows color (decimal): -6296225 or 6286751. OLE color: 6286751.
HSL color Cylindrical-coordinate representation of color #9FED5F: hue angle of 92.96º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FED5F is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 95 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.07 |
| HSL | 92.96º | 0.8% | 0.65% | - |
| HSV(B) | 92.96º | 0.6% | 0.93% | - |
| XYZ | 46.65 | 68.77 | 21.64 | - |
| YUV | 197.49 | 70.16 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 95 | 0.33 | 0 | 0.60 | 0.07 | 92.96 | 0.8 | 0.65 |
| Hex | 9F | ED | 5F | 21 | 0 | 3C | 7 | 5D | 50 | 41 |
| Octal | 237 | 355 | 137 | 41 | 0 | 74 | 7 | 135 | 120 | 101 |
| Binary | 10011111 | 11101101 | 1011111 | 100001 | 0 | 111100 | 111 | 1011101 | 1010000 | 1000001 |
Color Harmonies of #9FED5F
Complementary color
Monochromatic Colors of #9FED5F
Black with #9FED5F
Text Example
Text Example
White with #9FED5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FED5F; }
p { color: rgb(159,237,95); }
H1.HeaderClassName
{
color: #9FED5F;
}
.AnyTagClassName
{
color: #9FED5F;
}
</style>
background-color css
<style>
a { background-color: #9FED5F; }
a { background-color: rgb(159,237,95); }
div.DivClassName
{
background-color: #9FED5F;
}
.BgClassName
{
background-color: #9FED5F;
}
</style>
border-color css
<style>
span { border-color: #9FED5F; }
span { border-color: rgb(159,237,95); }
td.TdClassName
{
border-color: #9FED5F;
}
.TagClassName
{
border-color: #9FED5F;
}
</style>