Shades of Conifer #9FE04B
Tints of Conifer #9FE04B
RGB
CMYK
RGB Variations
Color information
#9FE04B (or 0x9FE04B) is known color: Conifer. HEX triplet: 9F, E0 and 4B. RGB value is (159,224,75). Sum of RGB (Red+Green+Blue) = 159+224+75=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE04B is #601FB4. Grayscale: #BCBCBC. Windows color (decimal): -6299573 or 4972703. OLE color: 4972703.
HSL color Cylindrical-coordinate representation of color #9FE04B: hue angle of 86.17º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FE04B is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 75 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.12 |
| HSL | 86.17º | 0.71% | 0.59% | - |
| HSV(B) | 86.17º | 0.67% | 0.88% | - |
| XYZ | 42.22 | 61.19 | 16.24 | - |
| YUV | 187.58 | 64.47 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 75 | 0.29 | 0 | 0.67 | 0.12 | 86.17 | 0.71 | 0.59 |
| Hex | 9F | E0 | 4B | 1D | 0 | 43 | C | 56 | 47 | 3B |
| Octal | 237 | 340 | 113 | 35 | 0 | 103 | 14 | 126 | 107 | 73 |
| Binary | 10011111 | 11100000 | 1001011 | 11101 | 0 | 1000011 | 1100 | 1010110 | 1000111 | 111011 |
Color Harmonies of #9FE04B
Complementary color
Monochromatic Colors of #9FE04B
Black with #9FE04B
Text Example
Text Example
White with #9FE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE04B; }
p { color: rgb(159,224,75); }
H1.HeaderClassName
{
color: #9FE04B;
}
.AnyTagClassName
{
color: #9FE04B;
}
</style>
background-color css
<style>
a { background-color: #9FE04B; }
a { background-color: rgb(159,224,75); }
div.DivClassName
{
background-color: #9FE04B;
}
.BgClassName
{
background-color: #9FE04B;
}
</style>
border-color css
<style>
span { border-color: #9FE04B; }
span { border-color: rgb(159,224,75); }
td.TdClassName
{
border-color: #9FE04B;
}
.TagClassName
{
border-color: #9FE04B;
}
</style>