Shades of Conifer #9FEA58
Tints of Conifer #9FEA58
RGB
CMYK
RGB Variations
Color information
#9FEA58 (or 0x9FEA58) is known color: Conifer. HEX triplet: 9F, EA and 58. RGB value is (159,234,88). Sum of RGB (Red+Green+Blue) = 159+234+88=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA58 is #6015A7. Grayscale: #C3C3C3. Windows color (decimal): -6297000 or 5827231. OLE color: 5827231.
HSL color Cylindrical-coordinate representation of color #9FEA58: hue angle of 90.82º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FEA58 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 88 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.08 |
| HSL | 90.82º | 0.78% | 0.63% | - |
| HSV(B) | 90.82º | 0.62% | 0.92% | - |
| XYZ | 45.48 | 66.92 | 19.75 | - |
| YUV | 194.93 | 67.65 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 88 | 0.32 | 0 | 0.62 | 0.08 | 90.82 | 0.78 | 0.63 |
| Hex | 9F | EA | 58 | 20 | 0 | 3E | 8 | 5B | 4E | 3F |
| Octal | 237 | 352 | 130 | 40 | 0 | 76 | 10 | 133 | 116 | 77 |
| Binary | 10011111 | 11101010 | 1011000 | 100000 | 0 | 111110 | 1000 | 1011011 | 1001110 | 111111 |
Color Harmonies of #9FEA58
Complementary color
Monochromatic Colors of #9FEA58
Black with #9FEA58
Text Example
Text Example
White with #9FEA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA58; }
p { color: rgb(159,234,88); }
H1.HeaderClassName
{
color: #9FEA58;
}
.AnyTagClassName
{
color: #9FEA58;
}
</style>
background-color css
<style>
a { background-color: #9FEA58; }
a { background-color: rgb(159,234,88); }
div.DivClassName
{
background-color: #9FEA58;
}
.BgClassName
{
background-color: #9FEA58;
}
</style>
border-color css
<style>
span { border-color: #9FEA58; }
span { border-color: rgb(159,234,88); }
td.TdClassName
{
border-color: #9FEA58;
}
.TagClassName
{
border-color: #9FEA58;
}
</style>