Shades of Conifer #9FE348
Tints of Conifer #9FE348
RGB
CMYK
RGB Variations
Color information
#9FE348 (or 0x9FE348) is known color: Conifer. HEX triplet: 9F, E3 and 48. RGB value is (159,227,72). Sum of RGB (Red+Green+Blue) = 159+227+72=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE348 is #601CB7. Grayscale: #BDBDBD. Windows color (decimal): -6298808 or 4776863. OLE color: 4776863.
HSL color Cylindrical-coordinate representation of color #9FE348: hue angle of 86.32º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FE348 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 72 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.11 |
| HSL | 86.32º | 0.73% | 0.59% | - |
| HSV(B) | 86.32º | 0.68% | 0.89% | - |
| XYZ | 42.94 | 62.78 | 15.99 | - |
| YUV | 189 | 61.97 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 72 | 0.30 | 0 | 0.68 | 0.11 | 86.32 | 0.73 | 0.59 |
| Hex | 9F | E3 | 48 | 1E | 0 | 44 | B | 56 | 49 | 3B |
| Octal | 237 | 343 | 110 | 36 | 0 | 104 | 13 | 126 | 111 | 73 |
| Binary | 10011111 | 11100011 | 1001000 | 11110 | 0 | 1000100 | 1011 | 1010110 | 1001001 | 111011 |
Color Harmonies of #9FE348
Complementary color
Monochromatic Colors of #9FE348
Black with #9FE348
Text Example
Text Example
White with #9FE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE348; }
p { color: rgb(159,227,72); }
H1.HeaderClassName
{
color: #9FE348;
}
.AnyTagClassName
{
color: #9FE348;
}
</style>
background-color css
<style>
a { background-color: #9FE348; }
a { background-color: rgb(159,227,72); }
div.DivClassName
{
background-color: #9FE348;
}
.BgClassName
{
background-color: #9FE348;
}
</style>
border-color css
<style>
span { border-color: #9FE348; }
span { border-color: rgb(159,227,72); }
td.TdClassName
{
border-color: #9FE348;
}
.TagClassName
{
border-color: #9FE348;
}
</style>