Shades of Conifer #9BE14E
Tints of Conifer #9BE14E
RGB
CMYK
RGB Variations
Color information
#9BE14E (or 0x9BE14E) is known color: Conifer. HEX triplet: 9B, E1 and 4E. RGB value is (155,225,78). Sum of RGB (Red+Green+Blue) = 155+225+78=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE14E is #641EB1. Grayscale: #BBBBBB. Windows color (decimal): -6561458 or 5169563. OLE color: 5169563.
HSL color Cylindrical-coordinate representation of color #9BE14E: hue angle of 88.57º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BE14E is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 78 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.12 |
| HSL | 88.57º | 0.71% | 0.59% | - |
| HSV(B) | 88.57º | 0.65% | 0.88% | - |
| XYZ | 41.82 | 61.37 | 16.85 | - |
| YUV | 187.31 | 66.31 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 78 | 0.31 | 0 | 0.65 | 0.12 | 88.57 | 0.71 | 0.59 |
| Hex | 9B | E1 | 4E | 1F | 0 | 41 | C | 59 | 47 | 3B |
| Octal | 233 | 341 | 116 | 37 | 0 | 101 | 14 | 131 | 107 | 73 |
| Binary | 10011011 | 11100001 | 1001110 | 11111 | 0 | 1000001 | 1100 | 1011001 | 1000111 | 111011 |
Color Harmonies of #9BE14E
Complementary color
Monochromatic Colors of #9BE14E
Black with #9BE14E
Text Example
Text Example
White with #9BE14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE14E; }
p { color: rgb(155,225,78); }
H1.HeaderClassName
{
color: #9BE14E;
}
.AnyTagClassName
{
color: #9BE14E;
}
</style>
background-color css
<style>
a { background-color: #9BE14E; }
a { background-color: rgb(155,225,78); }
div.DivClassName
{
background-color: #9BE14E;
}
.BgClassName
{
background-color: #9BE14E;
}
</style>
border-color css
<style>
span { border-color: #9BE14E; }
span { border-color: rgb(155,225,78); }
td.TdClassName
{
border-color: #9BE14E;
}
.TagClassName
{
border-color: #9BE14E;
}
</style>