Shades of Conifer #9FE65D
Tints of Conifer #9FE65D
RGB
CMYK
RGB Variations
Color information
#9FE65D (or 0x9FE65D) is known color: Conifer. HEX triplet: 9F, E6 and 5D. RGB value is (159,230,93). Sum of RGB (Red+Green+Blue) = 159+230+93=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE65D is #6019A2. Grayscale: #C1C1C1. Windows color (decimal): -6298019 or 6153887. OLE color: 6153887.
HSL color Cylindrical-coordinate representation of color #9FE65D: hue angle of 91.09º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FE65D is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 93 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.10 |
| HSL | 91.09º | 0.73% | 0.63% | - |
| HSV(B) | 91.09º | 0.6% | 0.9% | - |
| XYZ | 44.57 | 64.75 | 20.51 | - |
| YUV | 193.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 93 | 0.31 | 0 | 0.60 | 0.10 | 91.09 | 0.73 | 0.63 |
| Hex | 9F | E6 | 5D | 1F | 0 | 3C | A | 5B | 49 | 3F |
| Octal | 237 | 346 | 135 | 37 | 0 | 74 | 12 | 133 | 111 | 77 |
| Binary | 10011111 | 11100110 | 1011101 | 11111 | 0 | 111100 | 1010 | 1011011 | 1001001 | 111111 |
Color Harmonies of #9FE65D
Complementary color
Monochromatic Colors of #9FE65D
Black with #9FE65D
Text Example
Text Example
White with #9FE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE65D; }
p { color: rgb(159,230,93); }
H1.HeaderClassName
{
color: #9FE65D;
}
.AnyTagClassName
{
color: #9FE65D;
}
</style>
background-color css
<style>
a { background-color: #9FE65D; }
a { background-color: rgb(159,230,93); }
div.DivClassName
{
background-color: #9FE65D;
}
.BgClassName
{
background-color: #9FE65D;
}
</style>
border-color css
<style>
span { border-color: #9FE65D; }
span { border-color: rgb(159,230,93); }
td.TdClassName
{
border-color: #9FE65D;
}
.TagClassName
{
border-color: #9FE65D;
}
</style>