Shades of Conifer #9DF148
Tints of Conifer #9DF148
RGB
CMYK
RGB Variations
Color information
#9DF148 (or 0x9DF148) is known color: Conifer. HEX triplet: 9D, F1 and 48. RGB value is (157,241,72). Sum of RGB (Red+Green+Blue) = 157+241+72=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF148 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DF148 is #620EB7. Grayscale: #C5C5C5. Windows color (decimal): -6426296 or 4780445. OLE color: 4780445.
HSL color Cylindrical-coordinate representation of color #9DF148: hue angle of 89.82º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DF148 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 72 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.05 |
| HSL | 89.82º | 0.86% | 0.61% | - |
| HSV(B) | 89.82º | 0.7% | 0.95% | - |
| XYZ | 46.53 | 70.55 | 17.3 | - |
| YUV | 196.62 | 57.67 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 72 | 0.35 | 0 | 0.70 | 0.05 | 89.82 | 0.86 | 0.61 |
| Hex | 9D | F1 | 48 | 23 | 0 | 46 | 5 | 5A | 56 | 3D |
| Octal | 235 | 361 | 110 | 43 | 0 | 106 | 5 | 132 | 126 | 75 |
| Binary | 10011101 | 11110001 | 1001000 | 100011 | 0 | 1000110 | 101 | 1011010 | 1010110 | 111101 |
Color Harmonies of #9DF148
Complementary color
Monochromatic Colors of #9DF148
Black with #9DF148
Text Example
Text Example
White with #9DF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF148; }
p { color: rgb(157,241,72); }
H1.HeaderClassName
{
color: #9DF148;
}
.AnyTagClassName
{
color: #9DF148;
}
</style>
background-color css
<style>
a { background-color: #9DF148; }
a { background-color: rgb(157,241,72); }
div.DivClassName
{
background-color: #9DF148;
}
.BgClassName
{
background-color: #9DF148;
}
</style>
border-color css
<style>
span { border-color: #9DF148; }
span { border-color: rgb(157,241,72); }
td.TdClassName
{
border-color: #9DF148;
}
.TagClassName
{
border-color: #9DF148;
}
</style>