Shades of Conifer #9FF562
Tints of Conifer #9FF562
RGB
CMYK
RGB Variations
Color information
#9FF562 (or 0x9FF562) is known color: Conifer. HEX triplet: 9F, F5 and 62. RGB value is (159,245,98). Sum of RGB (Red+Green+Blue) = 159+245+98=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #9FF562 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF562 is #600A9D. Grayscale: #CBCBCB. Windows color (decimal): -6294174 or 6485407. OLE color: 6485407.
HSL color Cylindrical-coordinate representation of color #9FF562: hue angle of 95.1º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FF562 is Cyan = 0.35, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 245 | 98 | - |
| CMYK | 0.35 | 0 | 0.6 | 0.04 |
| HSL | 95.1º | 0.88% | 0.67% | - |
| HSV(B) | 95.1º | 0.6% | 0.96% | - |
| XYZ | 49.16 | 73.56 | 23.16 | - |
| YUV | 202.53 | 69.01 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 245 | 98 | 0.35 | 0 | 0.6 | 0.04 | 95.1 | 0.88 | 0.67 |
| Hex | 9F | F5 | 62 | 23 | 0 | 3C | 4 | 5F | 58 | 43 |
| Octal | 237 | 365 | 142 | 43 | 0 | 74 | 4 | 137 | 130 | 103 |
| Binary | 10011111 | 11110101 | 1100010 | 100011 | 0 | 111100 | 100 | 1011111 | 1011000 | 1000011 |
Color Harmonies of #9FF562
Complementary color
Monochromatic Colors of #9FF562
Black with #9FF562
Text Example
Text Example
White with #9FF562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF562; }
p { color: rgb(159,245,98); }
H1.HeaderClassName
{
color: #9FF562;
}
.AnyTagClassName
{
color: #9FF562;
}
</style>
background-color css
<style>
a { background-color: #9FF562; }
a { background-color: rgb(159,245,98); }
div.DivClassName
{
background-color: #9FF562;
}
.BgClassName
{
background-color: #9FF562;
}
</style>
border-color css
<style>
span { border-color: #9FF562; }
span { border-color: rgb(159,245,98); }
td.TdClassName
{
border-color: #9FF562;
}
.TagClassName
{
border-color: #9FF562;
}
</style>