Shades of Conifer #9FE565
Tints of Conifer #9FE565
RGB
CMYK
RGB Variations
Color information
#9FE565 (or 0x9FE565) is known color: Conifer. HEX triplet: 9F, E5 and 65. RGB value is (159,229,101). Sum of RGB (Red+Green+Blue) = 159+229+101=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE565 is #601A9A. Grayscale: #C1C1C1. Windows color (decimal): -6298267 or 6677919. OLE color: 6677919.
HSL color Cylindrical-coordinate representation of color #9FE565: hue angle of 92.81º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FE565 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 101 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.10 |
| HSL | 92.81º | 0.71% | 0.65% | - |
| HSV(B) | 92.81º | 0.56% | 0.9% | - |
| XYZ | 44.67 | 64.35 | 22.38 | - |
| YUV | 193.48 | 75.81 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 101 | 0.31 | 0 | 0.56 | 0.10 | 92.81 | 0.71 | 0.65 |
| Hex | 9F | E5 | 65 | 1F | 0 | 38 | A | 5D | 47 | 41 |
| Octal | 237 | 345 | 145 | 37 | 0 | 70 | 12 | 135 | 107 | 101 |
| Binary | 10011111 | 11100101 | 1100101 | 11111 | 0 | 111000 | 1010 | 1011101 | 1000111 | 1000001 |
Color Harmonies of #9FE565
Complementary color
Monochromatic Colors of #9FE565
Black with #9FE565
Text Example
Text Example
White with #9FE565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE565; }
p { color: rgb(159,229,101); }
H1.HeaderClassName
{
color: #9FE565;
}
.AnyTagClassName
{
color: #9FE565;
}
</style>
background-color css
<style>
a { background-color: #9FE565; }
a { background-color: rgb(159,229,101); }
div.DivClassName
{
background-color: #9FE565;
}
.BgClassName
{
background-color: #9FE565;
}
</style>
border-color css
<style>
span { border-color: #9FE565; }
span { border-color: rgb(159,229,101); }
td.TdClassName
{
border-color: #9FE565;
}
.TagClassName
{
border-color: #9FE565;
}
</style>