Shades of Conifer #9BEA4B
Tints of Conifer #9BEA4B
RGB
CMYK
RGB Variations
Color information
#9BEA4B (or 0x9BEA4B) is known color: Conifer. HEX triplet: 9B, EA and 4B. RGB value is (155,234,75). Sum of RGB (Red+Green+Blue) = 155+234+75=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEA4B is #6415B4. Grayscale: #C0C0C0. Windows color (decimal): -6559157 or 4975259. OLE color: 4975259.
HSL color Cylindrical-coordinate representation of color #9BEA4B: hue angle of 89.81º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BEA4B is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 75 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.08 |
| HSL | 89.81º | 0.79% | 0.61% | - |
| HSV(B) | 89.81º | 0.68% | 0.92% | - |
| XYZ | 44.21 | 66.32 | 17.13 | - |
| YUV | 192.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 75 | 0.34 | 0 | 0.68 | 0.08 | 89.81 | 0.79 | 0.61 |
| Hex | 9B | EA | 4B | 22 | 0 | 44 | 8 | 5A | 4F | 3D |
| Octal | 233 | 352 | 113 | 42 | 0 | 104 | 10 | 132 | 117 | 75 |
| Binary | 10011011 | 11101010 | 1001011 | 100010 | 0 | 1000100 | 1000 | 1011010 | 1001111 | 111101 |
Color Harmonies of #9BEA4B
Complementary color
Monochromatic Colors of #9BEA4B
Black with #9BEA4B
Text Example
Text Example
White with #9BEA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEA4B; }
p { color: rgb(155,234,75); }
H1.HeaderClassName
{
color: #9BEA4B;
}
.AnyTagClassName
{
color: #9BEA4B;
}
</style>
background-color css
<style>
a { background-color: #9BEA4B; }
a { background-color: rgb(155,234,75); }
div.DivClassName
{
background-color: #9BEA4B;
}
.BgClassName
{
background-color: #9BEA4B;
}
</style>
border-color css
<style>
span { border-color: #9BEA4B; }
span { border-color: rgb(155,234,75); }
td.TdClassName
{
border-color: #9BEA4B;
}
.TagClassName
{
border-color: #9BEA4B;
}
</style>