Shades of Yellow Green #9EBD34
Tints of Yellow Green #9EBD34
RGB
CMYK
RGB Variations
Color information
#9EBD34 (or 0x9EBD34) is known color: Yellow Green. HEX triplet: 9E, BD and 34. RGB value is (158,189,52). Sum of RGB (Red+Green+Blue) = 158+189+52=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBD34 is #6142CB. Grayscale: #A4A4A4. Windows color (decimal): -6374092 or 3456414. OLE color: 3456414.
HSL color Cylindrical-coordinate representation of color #9EBD34: hue angle of 73.58º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EBD34 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 52 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.26 |
| HSL | 73.58º | 0.57% | 0.47% | - |
| HSV(B) | 73.58º | 0.72% | 0.74% | - |
| XYZ | 32.92 | 43.91 | 9.99 | - |
| YUV | 164.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 52 | 0.16 | 0 | 0.72 | 0.26 | 73.58 | 0.57 | 0.47 |
| Hex | 9E | BD | 34 | 10 | 0 | 48 | 1A | 4A | 39 | 2F |
| Octal | 236 | 275 | 64 | 20 | 0 | 110 | 32 | 112 | 71 | 57 |
| Binary | 10011110 | 10111101 | 110100 | 10000 | 0 | 1001000 | 11010 | 1001010 | 111001 | 101111 |
Color Harmonies of #9EBD34
Complementary color
Monochromatic Colors of #9EBD34
Black with #9EBD34
Text Example
Text Example
White with #9EBD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD34; }
p { color: rgb(158,189,52); }
H1.HeaderClassName
{
color: #9EBD34;
}
.AnyTagClassName
{
color: #9EBD34;
}
</style>
background-color css
<style>
a { background-color: #9EBD34; }
a { background-color: rgb(158,189,52); }
div.DivClassName
{
background-color: #9EBD34;
}
.BgClassName
{
background-color: #9EBD34;
}
</style>
border-color css
<style>
span { border-color: #9EBD34; }
span { border-color: rgb(158,189,52); }
td.TdClassName
{
border-color: #9EBD34;
}
.TagClassName
{
border-color: #9EBD34;
}
</style>