Shades of Conifer #9BEA4D
Tints of Conifer #9BEA4D
RGB
CMYK
RGB Variations
Color information
#9BEA4D (or 0x9BEA4D) is known color: Conifer. HEX triplet: 9B, EA and 4D. RGB value is (155,234,77). Sum of RGB (Red+Green+Blue) = 155+234+77=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEA4D is #6415B2. Grayscale: #C1C1C1. Windows color (decimal): -6559155 or 5106331. OLE color: 5106331.
HSL color Cylindrical-coordinate representation of color #9BEA4D: hue angle of 90.19º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BEA4D is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 77 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.08 |
| HSL | 90.19º | 0.79% | 0.61% | - |
| HSV(B) | 90.19º | 0.67% | 0.92% | - |
| XYZ | 44.28 | 66.35 | 17.49 | - |
| YUV | 192.48 | 62.83 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 77 | 0.34 | 0 | 0.67 | 0.08 | 90.19 | 0.79 | 0.61 |
| Hex | 9B | EA | 4D | 22 | 0 | 43 | 8 | 5A | 4F | 3D |
| Octal | 233 | 352 | 115 | 42 | 0 | 103 | 10 | 132 | 117 | 75 |
| Binary | 10011011 | 11101010 | 1001101 | 100010 | 0 | 1000011 | 1000 | 1011010 | 1001111 | 111101 |
Color Harmonies of #9BEA4D
Complementary color
Monochromatic Colors of #9BEA4D
Black with #9BEA4D
Text Example
Text Example
White with #9BEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEA4D; }
p { color: rgb(155,234,77); }
H1.HeaderClassName
{
color: #9BEA4D;
}
.AnyTagClassName
{
color: #9BEA4D;
}
</style>
background-color css
<style>
a { background-color: #9BEA4D; }
a { background-color: rgb(155,234,77); }
div.DivClassName
{
background-color: #9BEA4D;
}
.BgClassName
{
background-color: #9BEA4D;
}
</style>
border-color css
<style>
span { border-color: #9BEA4D; }
span { border-color: rgb(155,234,77); }
td.TdClassName
{
border-color: #9BEA4D;
}
.TagClassName
{
border-color: #9BEA4D;
}
</style>