Shades of Citron #8D9F22
Tints of Citron #8D9F22
RGB
CMYK
RGB Variations
Color information
#8D9F22 (or 0x8D9F22) is known color: Citron. HEX triplet: 8D, 9F and 22. RGB value is (141,159,34). Sum of RGB (Red+Green+Blue) = 141+159+34=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9F22 is #7260DD. Grayscale: #8B8B8B. Windows color (decimal): -7495902 or 2269069. OLE color: 2269069.
HSL color Cylindrical-coordinate representation of color #8D9F22: hue angle of 68.64º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D9F22 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 159 | 34 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.38 |
| HSL | 68.64º | 0.65% | 0.38% | - |
| HSV(B) | 68.64º | 0.79% | 0.62% | - |
| XYZ | 23.67 | 30.57 | 6.17 | - |
| YUV | 139.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 34 | 0.11 | 0 | 0.79 | 0.38 | 68.64 | 0.65 | 0.38 |
| Hex | 8D | 9F | 22 | B | 0 | 4F | 26 | 45 | 41 | 26 |
| Octal | 215 | 237 | 42 | 13 | 0 | 117 | 46 | 105 | 101 | 46 |
| Binary | 10001101 | 10011111 | 100010 | 1011 | 0 | 1001111 | 100110 | 1000101 | 1000001 | 100110 |
Color Harmonies of #8D9F22
Complementary color
Monochromatic Colors of #8D9F22
Black with #8D9F22
Text Example
Text Example
White with #8D9F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9F22; }
p { color: rgb(141,159,34); }
H1.HeaderClassName
{
color: #8D9F22;
}
.AnyTagClassName
{
color: #8D9F22;
}
</style>
background-color css
<style>
a { background-color: #8D9F22; }
a { background-color: rgb(141,159,34); }
div.DivClassName
{
background-color: #8D9F22;
}
.BgClassName
{
background-color: #8D9F22;
}
</style>
border-color css
<style>
span { border-color: #8D9F22; }
span { border-color: rgb(141,159,34); }
td.TdClassName
{
border-color: #8D9F22;
}
.TagClassName
{
border-color: #8D9F22;
}
</style>