Shades of Conifer #9FE34F
Tints of Conifer #9FE34F
RGB
CMYK
RGB Variations
Color information
#9FE34F (or 0x9FE34F) is known color: Conifer. HEX triplet: 9F, E3 and 4F. RGB value is (159,227,79). Sum of RGB (Red+Green+Blue) = 159+227+79=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE34F is #601CB0. Grayscale: #BEBEBE. Windows color (decimal): -6298801 or 5235615. OLE color: 5235615.
HSL color Cylindrical-coordinate representation of color #9FE34F: hue angle of 87.57º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FE34F is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 79 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.11 |
| HSL | 87.57º | 0.73% | 0.6% | - |
| HSV(B) | 87.57º | 0.65% | 0.89% | - |
| XYZ | 43.18 | 62.87 | 17.26 | - |
| YUV | 189.8 | 65.47 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 79 | 0.30 | 0 | 0.65 | 0.11 | 87.57 | 0.73 | 0.6 |
| Hex | 9F | E3 | 4F | 1E | 0 | 41 | B | 58 | 49 | 3C |
| Octal | 237 | 343 | 117 | 36 | 0 | 101 | 13 | 130 | 111 | 74 |
| Binary | 10011111 | 11100011 | 1001111 | 11110 | 0 | 1000001 | 1011 | 1011000 | 1001001 | 111100 |
Color Harmonies of #9FE34F
Complementary color
Monochromatic Colors of #9FE34F
Black with #9FE34F
Text Example
Text Example
White with #9FE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE34F; }
p { color: rgb(159,227,79); }
H1.HeaderClassName
{
color: #9FE34F;
}
.AnyTagClassName
{
color: #9FE34F;
}
</style>
background-color css
<style>
a { background-color: #9FE34F; }
a { background-color: rgb(159,227,79); }
div.DivClassName
{
background-color: #9FE34F;
}
.BgClassName
{
background-color: #9FE34F;
}
</style>
border-color css
<style>
span { border-color: #9FE34F; }
span { border-color: rgb(159,227,79); }
td.TdClassName
{
border-color: #9FE34F;
}
.TagClassName
{
border-color: #9FE34F;
}
</style>