Shades of Conifer #9CF255
Tints of Conifer #9CF255
RGB
CMYK
RGB Variations
Color information
#9CF255 (or 0x9CF255) is known color: Conifer. HEX triplet: 9C, F2 and 55. RGB value is (156,242,85). Sum of RGB (Red+Green+Blue) = 156+242+85=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF255 is #630DAA. Grayscale: #C6C6C6. Windows color (decimal): -6491563 or 5632668. OLE color: 5632668.
HSL color Cylindrical-coordinate representation of color #9CF255: hue angle of 92.87º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CF255 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 85 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.05 |
| HSL | 92.87º | 0.86% | 0.64% | - |
| HSV(B) | 92.87º | 0.65% | 0.95% | - |
| XYZ | 47.1 | 71.23 | 19.86 | - |
| YUV | 198.39 | 64.01 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 85 | 0.36 | 0 | 0.65 | 0.05 | 92.87 | 0.86 | 0.64 |
| Hex | 9C | F2 | 55 | 24 | 0 | 41 | 5 | 5D | 56 | 40 |
| Octal | 234 | 362 | 125 | 44 | 0 | 101 | 5 | 135 | 126 | 100 |
| Binary | 10011100 | 11110010 | 1010101 | 100100 | 0 | 1000001 | 101 | 1011101 | 1010110 | 1000000 |
Color Harmonies of #9CF255
Complementary color
Monochromatic Colors of #9CF255
Black with #9CF255
Text Example
Text Example
White with #9CF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF255; }
p { color: rgb(156,242,85); }
H1.HeaderClassName
{
color: #9CF255;
}
.AnyTagClassName
{
color: #9CF255;
}
</style>
background-color css
<style>
a { background-color: #9CF255; }
a { background-color: rgb(156,242,85); }
div.DivClassName
{
background-color: #9CF255;
}
.BgClassName
{
background-color: #9CF255;
}
</style>
border-color css
<style>
span { border-color: #9CF255; }
span { border-color: rgb(156,242,85); }
td.TdClassName
{
border-color: #9CF255;
}
.TagClassName
{
border-color: #9CF255;
}
</style>