Shades of Conifer #9FE452
Tints of Conifer #9FE452
RGB
CMYK
RGB Variations
Color information
#9FE452 (or 0x9FE452) is known color: Conifer. HEX triplet: 9F, E4 and 52. RGB value is (159,228,82). Sum of RGB (Red+Green+Blue) = 159+228+82=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE452 is #601BAD. Grayscale: #BFBFBF. Windows color (decimal): -6298542 or 5432479. OLE color: 5432479.
HSL color Cylindrical-coordinate representation of color #9FE452: hue angle of 88.36º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FE452 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 82 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.11 |
| HSL | 88.36º | 0.73% | 0.61% | - |
| HSV(B) | 88.36º | 0.64% | 0.89% | - |
| XYZ | 43.56 | 63.47 | 17.94 | - |
| YUV | 190.73 | 66.64 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 82 | 0.30 | 0 | 0.64 | 0.11 | 88.36 | 0.73 | 0.61 |
| Hex | 9F | E4 | 52 | 1E | 0 | 40 | B | 58 | 49 | 3D |
| Octal | 237 | 344 | 122 | 36 | 0 | 100 | 13 | 130 | 111 | 75 |
| Binary | 10011111 | 11100100 | 1010010 | 11110 | 0 | 1000000 | 1011 | 1011000 | 1001001 | 111101 |
Color Harmonies of #9FE452
Complementary color
Monochromatic Colors of #9FE452
Black with #9FE452
Text Example
Text Example
White with #9FE452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE452; }
p { color: rgb(159,228,82); }
H1.HeaderClassName
{
color: #9FE452;
}
.AnyTagClassName
{
color: #9FE452;
}
</style>
background-color css
<style>
a { background-color: #9FE452; }
a { background-color: rgb(159,228,82); }
div.DivClassName
{
background-color: #9FE452;
}
.BgClassName
{
background-color: #9FE452;
}
</style>
border-color css
<style>
span { border-color: #9FE452; }
span { border-color: rgb(159,228,82); }
td.TdClassName
{
border-color: #9FE452;
}
.TagClassName
{
border-color: #9FE452;
}
</style>