Shades of Conifer #9FF34D
Tints of Conifer #9FF34D
RGB
CMYK
RGB Variations
Color information
#9FF34D (or 0x9FF34D) is known color: Conifer. HEX triplet: 9F, F3 and 4D. RGB value is (159,243,77). Sum of RGB (Red+Green+Blue) = 159+243+77=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF34D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF34D is #600CB2. Grayscale: #C7C7C7. Windows color (decimal): -6294707 or 5108639. OLE color: 5108639.
HSL color Cylindrical-coordinate representation of color #9FF34D: hue angle of 90.36º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FF34D is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 77 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.05 |
| HSL | 90.36º | 0.87% | 0.63% | - |
| HSV(B) | 90.36º | 0.68% | 0.95% | - |
| XYZ | 47.69 | 72.01 | 18.41 | - |
| YUV | 198.96 | 59.17 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 77 | 0.35 | 0 | 0.68 | 0.05 | 90.36 | 0.87 | 0.63 |
| Hex | 9F | F3 | 4D | 23 | 0 | 44 | 5 | 5A | 57 | 3F |
| Octal | 237 | 363 | 115 | 43 | 0 | 104 | 5 | 132 | 127 | 77 |
| Binary | 10011111 | 11110011 | 1001101 | 100011 | 0 | 1000100 | 101 | 1011010 | 1010111 | 111111 |
Color Harmonies of #9FF34D
Complementary color
Monochromatic Colors of #9FF34D
Black with #9FF34D
Text Example
Text Example
White with #9FF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF34D; }
p { color: rgb(159,243,77); }
H1.HeaderClassName
{
color: #9FF34D;
}
.AnyTagClassName
{
color: #9FF34D;
}
</style>
background-color css
<style>
a { background-color: #9FF34D; }
a { background-color: rgb(159,243,77); }
div.DivClassName
{
background-color: #9FF34D;
}
.BgClassName
{
background-color: #9FF34D;
}
</style>
border-color css
<style>
span { border-color: #9FF34D; }
span { border-color: rgb(159,243,77); }
td.TdClassName
{
border-color: #9FF34D;
}
.TagClassName
{
border-color: #9FF34D;
}
</style>