Shades of Conifer #94E15C
Tints of Conifer #94E15C
RGB
CMYK
RGB Variations
Color information
#94E15C (or 0x94E15C) is known color: Conifer. HEX triplet: 94, E1 and 5C. RGB value is (148,225,92). Sum of RGB (Red+Green+Blue) = 148+225+92=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #94E15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E15C is #6B1EA3. Grayscale: #BBBBBB. Windows color (decimal): -7020196 or 6087060. OLE color: 6087060.
HSL color Cylindrical-coordinate representation of color #94E15C: hue angle of 94.74º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94E15C is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 225 | 92 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.12 |
| HSL | 94.74º | 0.69% | 0.62% | - |
| HSV(B) | 94.74º | 0.59% | 0.88% | - |
| XYZ | 41.07 | 60.92 | 19.72 | - |
| YUV | 186.82 | 74.49 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 92 | 0.34 | 0 | 0.59 | 0.12 | 94.74 | 0.69 | 0.62 |
| Hex | 94 | E1 | 5C | 22 | 0 | 3B | C | 5F | 45 | 3E |
| Octal | 224 | 341 | 134 | 42 | 0 | 73 | 14 | 137 | 105 | 76 |
| Binary | 10010100 | 11100001 | 1011100 | 100010 | 0 | 111011 | 1100 | 1011111 | 1000101 | 111110 |
Color Harmonies of #94E15C
Complementary color
Monochromatic Colors of #94E15C
Black with #94E15C
Text Example
Text Example
White with #94E15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E15C; }
p { color: rgb(148,225,92); }
H1.HeaderClassName
{
color: #94E15C;
}
.AnyTagClassName
{
color: #94E15C;
}
</style>
background-color css
<style>
a { background-color: #94E15C; }
a { background-color: rgb(148,225,92); }
div.DivClassName
{
background-color: #94E15C;
}
.BgClassName
{
background-color: #94E15C;
}
</style>
border-color css
<style>
span { border-color: #94E15C; }
span { border-color: rgb(148,225,92); }
td.TdClassName
{
border-color: #94E15C;
}
.TagClassName
{
border-color: #94E15C;
}
</style>