Shades of Conifer #9DF164
Tints of Conifer #9DF164
RGB
CMYK
RGB Variations
Color information
#9DF164 (or 0x9DF164) is known color: Conifer. HEX triplet: 9D, F1 and 64. RGB value is (157,241,100). Sum of RGB (Red+Green+Blue) = 157+241+100=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF164 is #620E9B. Grayscale: #C8C8C8. Windows color (decimal): -6426268 or 6615453. OLE color: 6615453.
HSL color Cylindrical-coordinate representation of color #9DF164: hue angle of 95.74º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DF164 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 100 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.05 |
| HSL | 95.74º | 0.83% | 0.67% | - |
| HSV(B) | 95.74º | 0.59% | 0.95% | - |
| XYZ | 47.66 | 71 | 23.25 | - |
| YUV | 199.81 | 71.67 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 100 | 0.35 | 0 | 0.59 | 0.05 | 95.74 | 0.83 | 0.67 |
| Hex | 9D | F1 | 64 | 23 | 0 | 3B | 5 | 60 | 53 | 43 |
| Octal | 235 | 361 | 144 | 43 | 0 | 73 | 5 | 140 | 123 | 103 |
| Binary | 10011101 | 11110001 | 1100100 | 100011 | 0 | 111011 | 101 | 1100000 | 1010011 | 1000011 |
Color Harmonies of #9DF164
Complementary color
Monochromatic Colors of #9DF164
Black with #9DF164
Text Example
Text Example
White with #9DF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF164; }
p { color: rgb(157,241,100); }
H1.HeaderClassName
{
color: #9DF164;
}
.AnyTagClassName
{
color: #9DF164;
}
</style>
background-color css
<style>
a { background-color: #9DF164; }
a { background-color: rgb(157,241,100); }
div.DivClassName
{
background-color: #9DF164;
}
.BgClassName
{
background-color: #9DF164;
}
</style>
border-color css
<style>
span { border-color: #9DF164; }
span { border-color: rgb(157,241,100); }
td.TdClassName
{
border-color: #9DF164;
}
.TagClassName
{
border-color: #9DF164;
}
</style>