Shades of Conifer #9FF453
Tints of Conifer #9FF453
RGB
CMYK
RGB Variations
Color information
#9FF453 (or 0x9FF453) is known color: Conifer. HEX triplet: 9F, F4 and 53. RGB value is (159,244,83). Sum of RGB (Red+Green+Blue) = 159+244+83=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF453 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF453 is #600BAC. Grayscale: #C8C8C8. Windows color (decimal): -6294445 or 5502111. OLE color: 5502111.
HSL color Cylindrical-coordinate representation of color #9FF453: hue angle of 91.68º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FF453 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 244 | 83 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.04 |
| HSL | 91.68º | 0.88% | 0.64% | - |
| HSV(B) | 91.68º | 0.66% | 0.96% | - |
| XYZ | 48.21 | 72.7 | 19.67 | - |
| YUV | 200.23 | 61.84 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 244 | 83 | 0.35 | 0 | 0.66 | 0.04 | 91.68 | 0.88 | 0.64 |
| Hex | 9F | F4 | 53 | 23 | 0 | 42 | 4 | 5C | 58 | 40 |
| Octal | 237 | 364 | 123 | 43 | 0 | 102 | 4 | 134 | 130 | 100 |
| Binary | 10011111 | 11110100 | 1010011 | 100011 | 0 | 1000010 | 100 | 1011100 | 1011000 | 1000000 |
Color Harmonies of #9FF453
Complementary color
Monochromatic Colors of #9FF453
Black with #9FF453
Text Example
Text Example
White with #9FF453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF453; }
p { color: rgb(159,244,83); }
H1.HeaderClassName
{
color: #9FF453;
}
.AnyTagClassName
{
color: #9FF453;
}
</style>
background-color css
<style>
a { background-color: #9FF453; }
a { background-color: rgb(159,244,83); }
div.DivClassName
{
background-color: #9FF453;
}
.BgClassName
{
background-color: #9FF453;
}
</style>
border-color css
<style>
span { border-color: #9FF453; }
span { border-color: rgb(159,244,83); }
td.TdClassName
{
border-color: #9FF453;
}
.TagClassName
{
border-color: #9FF453;
}
</style>