Shades of Conifer #9FE34C
Tints of Conifer #9FE34C
RGB
CMYK
RGB Variations
Color information
#9FE34C (or 0x9FE34C) is known color: Conifer. HEX triplet: 9F, E3 and 4C. RGB value is (159,227,76). Sum of RGB (Red+Green+Blue) = 159+227+76=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE34C is #601CB3. Grayscale: #BDBDBD. Windows color (decimal): -6298804 or 5039007. OLE color: 5039007.
HSL color Cylindrical-coordinate representation of color #9FE34C: hue angle of 87.02º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FE34C is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 76 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.11 |
| HSL | 87.02º | 0.73% | 0.59% | - |
| HSV(B) | 87.02º | 0.67% | 0.89% | - |
| XYZ | 43.07 | 62.83 | 16.69 | - |
| YUV | 189.45 | 63.97 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 76 | 0.30 | 0 | 0.67 | 0.11 | 87.02 | 0.73 | 0.59 |
| Hex | 9F | E3 | 4C | 1E | 0 | 43 | B | 57 | 49 | 3B |
| Octal | 237 | 343 | 114 | 36 | 0 | 103 | 13 | 127 | 111 | 73 |
| Binary | 10011111 | 11100011 | 1001100 | 11110 | 0 | 1000011 | 1011 | 1010111 | 1001001 | 111011 |
Color Harmonies of #9FE34C
Complementary color
Monochromatic Colors of #9FE34C
Black with #9FE34C
Text Example
Text Example
White with #9FE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE34C; }
p { color: rgb(159,227,76); }
H1.HeaderClassName
{
color: #9FE34C;
}
.AnyTagClassName
{
color: #9FE34C;
}
</style>
background-color css
<style>
a { background-color: #9FE34C; }
a { background-color: rgb(159,227,76); }
div.DivClassName
{
background-color: #9FE34C;
}
.BgClassName
{
background-color: #9FE34C;
}
</style>
border-color css
<style>
span { border-color: #9FE34C; }
span { border-color: rgb(159,227,76); }
td.TdClassName
{
border-color: #9FE34C;
}
.TagClassName
{
border-color: #9FE34C;
}
</style>