Shades of Conifer #9CFA59
Tints of Conifer #9CFA59
RGB
CMYK
RGB Variations
Color information
#9CFA59 (or 0x9CFA59) is known color: Conifer. HEX triplet: 9C, FA and 59. RGB value is (156,250,89). Sum of RGB (Red+Green+Blue) = 156+250+89=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFA59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFA59 is #6305A6. Grayscale: #CCCCCC. Windows color (decimal): -6489511 or 5896860. OLE color: 5896860.
HSL color Cylindrical-coordinate representation of color #9CFA59: hue angle of 95.03º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CFA59 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 89 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.02 |
| HSL | 95.03º | 0.94% | 0.66% | - |
| HSV(B) | 95.03º | 0.64% | 0.98% | - |
| XYZ | 49.7 | 76.16 | 21.53 | - |
| YUV | 203.54 | 63.36 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 89 | 0.38 | 0 | 0.64 | 0.02 | 95.03 | 0.94 | 0.66 |
| Hex | 9C | FA | 59 | 26 | 0 | 40 | 2 | 5F | 5E | 42 |
| Octal | 234 | 372 | 131 | 46 | 0 | 100 | 2 | 137 | 136 | 102 |
| Binary | 10011100 | 11111010 | 1011001 | 100110 | 0 | 1000000 | 10 | 1011111 | 1011110 | 1000010 |
Color Harmonies of #9CFA59
Complementary color
Monochromatic Colors of #9CFA59
Black with #9CFA59
Text Example
Text Example
White with #9CFA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFA59; }
p { color: rgb(156,250,89); }
H1.HeaderClassName
{
color: #9CFA59;
}
.AnyTagClassName
{
color: #9CFA59;
}
</style>
background-color css
<style>
a { background-color: #9CFA59; }
a { background-color: rgb(156,250,89); }
div.DivClassName
{
background-color: #9CFA59;
}
.BgClassName
{
background-color: #9CFA59;
}
</style>
border-color css
<style>
span { border-color: #9CFA59; }
span { border-color: rgb(156,250,89); }
td.TdClassName
{
border-color: #9CFA59;
}
.TagClassName
{
border-color: #9CFA59;
}
</style>