Shades of Conifer #9FD452
Tints of Conifer #9FD452
RGB
CMYK
RGB Variations
Color information
#9FD452 (or 0x9FD452) is known color: Conifer. HEX triplet: 9F, D4 and 52. RGB value is (159,212,82). Sum of RGB (Red+Green+Blue) = 159+212+82=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD452 is #602BAD. Grayscale: #B5B5B5. Windows color (decimal): -6302638 or 5428383. OLE color: 5428383.
HSL color Cylindrical-coordinate representation of color #9FD452: hue angle of 84.46º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FD452 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 82 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.17 |
| HSL | 84.46º | 0.6% | 0.58% | - |
| HSV(B) | 84.46º | 0.61% | 0.83% | - |
| XYZ | 39.36 | 55.07 | 16.54 | - |
| YUV | 181.33 | 71.94 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 82 | 0.25 | 0 | 0.61 | 0.17 | 84.46 | 0.6 | 0.58 |
| Hex | 9F | D4 | 52 | 19 | 0 | 3D | 11 | 54 | 3C | 3A |
| Octal | 237 | 324 | 122 | 31 | 0 | 75 | 21 | 124 | 74 | 72 |
| Binary | 10011111 | 11010100 | 1010010 | 11001 | 0 | 111101 | 10001 | 1010100 | 111100 | 111010 |
Color Harmonies of #9FD452
Complementary color
Monochromatic Colors of #9FD452
Black with #9FD452
Text Example
Text Example
White with #9FD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD452; }
p { color: rgb(159,212,82); }
H1.HeaderClassName
{
color: #9FD452;
}
.AnyTagClassName
{
color: #9FD452;
}
</style>
background-color css
<style>
a { background-color: #9FD452; }
a { background-color: rgb(159,212,82); }
div.DivClassName
{
background-color: #9FD452;
}
.BgClassName
{
background-color: #9FD452;
}
</style>
border-color css
<style>
span { border-color: #9FD452; }
span { border-color: rgb(159,212,82); }
td.TdClassName
{
border-color: #9FD452;
}
.TagClassName
{
border-color: #9FD452;
}
</style>