Shades of Conifer #9DEA46
Tints of Conifer #9DEA46
RGB
CMYK
RGB Variations
Color information
#9DEA46 (or 0x9DEA46) is known color: Conifer. HEX triplet: 9D, EA and 46. RGB value is (157,234,70). Sum of RGB (Red+Green+Blue) = 157+234+70=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DEA46 is #6215B9. Grayscale: #C0C0C0. Windows color (decimal): -6428090 or 4647581. OLE color: 4647581.
HSL color Cylindrical-coordinate representation of color #9DEA46: hue angle of 88.17º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DEA46 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 70 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.08 |
| HSL | 88.17º | 0.8% | 0.6% | - |
| HSV(B) | 88.17º | 0.7% | 0.92% | - |
| XYZ | 44.43 | 66.46 | 16.28 | - |
| YUV | 192.28 | 58.99 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 70 | 0.33 | 0 | 0.70 | 0.08 | 88.17 | 0.8 | 0.6 |
| Hex | 9D | EA | 46 | 21 | 0 | 46 | 8 | 58 | 50 | 3C |
| Octal | 235 | 352 | 106 | 41 | 0 | 106 | 10 | 130 | 120 | 74 |
| Binary | 10011101 | 11101010 | 1000110 | 100001 | 0 | 1000110 | 1000 | 1011000 | 1010000 | 111100 |
Color Harmonies of #9DEA46
Complementary color
Monochromatic Colors of #9DEA46
Black with #9DEA46
Text Example
Text Example
White with #9DEA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEA46; }
p { color: rgb(157,234,70); }
H1.HeaderClassName
{
color: #9DEA46;
}
.AnyTagClassName
{
color: #9DEA46;
}
</style>
background-color css
<style>
a { background-color: #9DEA46; }
a { background-color: rgb(157,234,70); }
div.DivClassName
{
background-color: #9DEA46;
}
.BgClassName
{
background-color: #9DEA46;
}
</style>
border-color css
<style>
span { border-color: #9DEA46; }
span { border-color: rgb(157,234,70); }
td.TdClassName
{
border-color: #9DEA46;
}
.TagClassName
{
border-color: #9DEA46;
}
</style>