Shades of Conifer #9CF164
Tints of Conifer #9CF164
RGB
CMYK
RGB Variations
Color information
#9CF164 (or 0x9CF164) is known color: Conifer. HEX triplet: 9C, F1 and 64. RGB value is (156,241,100). Sum of RGB (Red+Green+Blue) = 156+241+100=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF164 is #630E9B. Grayscale: #C7C7C7. Windows color (decimal): -6491804 or 6615452. OLE color: 6615452.
HSL color Cylindrical-coordinate representation of color #9CF164: hue angle of 96.17º 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 #9CF164 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 241 | 100 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.05 |
| HSL | 96.17º | 0.83% | 0.67% | - |
| HSV(B) | 96.17º | 0.59% | 0.95% | - |
| XYZ | 47.47 | 70.9 | 23.24 | - |
| YUV | 199.51 | 71.84 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 241 | 100 | 0.35 | 0 | 0.59 | 0.05 | 96.17 | 0.83 | 0.67 |
| Hex | 9C | F1 | 64 | 23 | 0 | 3B | 5 | 60 | 53 | 43 |
| Octal | 234 | 361 | 144 | 43 | 0 | 73 | 5 | 140 | 123 | 103 |
| Binary | 10011100 | 11110001 | 1100100 | 100011 | 0 | 111011 | 101 | 1100000 | 1010011 | 1000011 |
Color Harmonies of #9CF164
Complementary color
Monochromatic Colors of #9CF164
Black with #9CF164
Text Example
Text Example
White with #9CF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF164; }
p { color: rgb(156,241,100); }
H1.HeaderClassName
{
color: #9CF164;
}
.AnyTagClassName
{
color: #9CF164;
}
</style>
background-color css
<style>
a { background-color: #9CF164; }
a { background-color: rgb(156,241,100); }
div.DivClassName
{
background-color: #9CF164;
}
.BgClassName
{
background-color: #9CF164;
}
</style>
border-color css
<style>
span { border-color: #9CF164; }
span { border-color: rgb(156,241,100); }
td.TdClassName
{
border-color: #9CF164;
}
.TagClassName
{
border-color: #9CF164;
}
</style>