Shades of Conifer #9EF34C
Tints of Conifer #9EF34C
RGB
CMYK
RGB Variations
Color information
#9EF34C (or 0x9EF34C) is known color: Conifer. HEX triplet: 9E, F3 and 4C. RGB value is (158,243,76). Sum of RGB (Red+Green+Blue) = 158+243+76=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EF34C is #610CB3. Grayscale: #C7C7C7. Windows color (decimal): -6360244 or 5043102. OLE color: 5043102.
HSL color Cylindrical-coordinate representation of color #9EF34C: hue angle of 90.54º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EF34C is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 243 | 76 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.05 |
| HSL | 90.54º | 0.87% | 0.63% | - |
| HSV(B) | 90.54º | 0.69% | 0.95% | - |
| XYZ | 47.46 | 71.89 | 18.21 | - |
| YUV | 198.55 | 58.84 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 243 | 76 | 0.35 | 0 | 0.69 | 0.05 | 90.54 | 0.87 | 0.63 |
| Hex | 9E | F3 | 4C | 23 | 0 | 45 | 5 | 5B | 57 | 3F |
| Octal | 236 | 363 | 114 | 43 | 0 | 105 | 5 | 133 | 127 | 77 |
| Binary | 10011110 | 11110011 | 1001100 | 100011 | 0 | 1000101 | 101 | 1011011 | 1010111 | 111111 |
Color Harmonies of #9EF34C
Complementary color
Monochromatic Colors of #9EF34C
Black with #9EF34C
Text Example
Text Example
White with #9EF34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF34C; }
p { color: rgb(158,243,76); }
H1.HeaderClassName
{
color: #9EF34C;
}
.AnyTagClassName
{
color: #9EF34C;
}
</style>
background-color css
<style>
a { background-color: #9EF34C; }
a { background-color: rgb(158,243,76); }
div.DivClassName
{
background-color: #9EF34C;
}
.BgClassName
{
background-color: #9EF34C;
}
</style>
border-color css
<style>
span { border-color: #9EF34C; }
span { border-color: rgb(158,243,76); }
td.TdClassName
{
border-color: #9EF34C;
}
.TagClassName
{
border-color: #9EF34C;
}
</style>