Shades of Conifer #9CFF62
Tints of Conifer #9CFF62
RGB
CMYK
RGB Variations
Color information
#9CFF62 (or 0x9CFF62) is known color: Conifer. HEX triplet: 9C, FF and 62. RGB value is (156,255,98). Sum of RGB (Red+Green+Blue) = 156+255+98=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFF62 is #63009D. Grayscale: #D0D0D0. Windows color (decimal): -6488222 or 6487964. OLE color: 6487964.
HSL color Cylindrical-coordinate representation of color #9CFF62: hue angle of 97.83º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CFF62 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 98 | - |
| CMYK | 0.39 | 0 | 0.62 | 0 |
| HSL | 97.83º | 1% | 0.69% | - |
| HSV(B) | 97.83º | 0.62% | 1% | - |
| XYZ | 51.67 | 79.47 | 24.17 | - |
| YUV | 207.5 | 66.2 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 98 | 0.39 | 0 | 0.62 | 0 | 97.83 | 1 | 0.69 |
| Hex | 9C | FF | 62 | 27 | 0 | 3E | 0 | 62 | 64 | 45 |
| Octal | 234 | 377 | 142 | 47 | 0 | 76 | 0 | 142 | 144 | 105 |
| Binary | 10011100 | 11111111 | 1100010 | 100111 | 0 | 111110 | 0 | 1100010 | 1100100 | 1000101 |
Color Harmonies of #9CFF62
Complementary color
Monochromatic Colors of #9CFF62
Black with #9CFF62
Text Example
Text Example
White with #9CFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF62; }
p { color: rgb(156,255,98); }
H1.HeaderClassName
{
color: #9CFF62;
}
.AnyTagClassName
{
color: #9CFF62;
}
</style>
background-color css
<style>
a { background-color: #9CFF62; }
a { background-color: rgb(156,255,98); }
div.DivClassName
{
background-color: #9CFF62;
}
.BgClassName
{
background-color: #9CFF62;
}
</style>
border-color css
<style>
span { border-color: #9CFF62; }
span { border-color: rgb(156,255,98); }
td.TdClassName
{
border-color: #9CFF62;
}
.TagClassName
{
border-color: #9CFF62;
}
</style>