Shades of Citron #8D9F2D
Tints of Citron #8D9F2D
RGB
CMYK
RGB Variations
Color information
#8D9F2D (or 0x8D9F2D) is known color: Citron. HEX triplet: 8D, 9F and 2D. RGB value is (141,159,45). Sum of RGB (Red+Green+Blue) = 141+159+45=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9F2D is #7260D2. Grayscale: #8D8D8D. Windows color (decimal): -7495891 or 2989965. OLE color: 2989965.
HSL color Cylindrical-coordinate representation of color #8D9F2D: hue angle of 69.47º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D9F2D is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 159 | 45 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.38 |
| HSL | 69.47º | 0.56% | 0.4% | - |
| HSV(B) | 69.47º | 0.72% | 0.62% | - |
| XYZ | 23.86 | 30.65 | 7.14 | - |
| YUV | 140.62 | 74.04 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 45 | 0.11 | 0 | 0.72 | 0.38 | 69.47 | 0.56 | 0.4 |
| Hex | 8D | 9F | 2D | B | 0 | 48 | 26 | 45 | 38 | 28 |
| Octal | 215 | 237 | 55 | 13 | 0 | 110 | 46 | 105 | 70 | 50 |
| Binary | 10001101 | 10011111 | 101101 | 1011 | 0 | 1001000 | 100110 | 1000101 | 111000 | 101000 |
Color Harmonies of #8D9F2D
Complementary color
Monochromatic Colors of #8D9F2D
Black with #8D9F2D
Text Example
Text Example
White with #8D9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9F2D; }
p { color: rgb(141,159,45); }
H1.HeaderClassName
{
color: #8D9F2D;
}
.AnyTagClassName
{
color: #8D9F2D;
}
</style>
background-color css
<style>
a { background-color: #8D9F2D; }
a { background-color: rgb(141,159,45); }
div.DivClassName
{
background-color: #8D9F2D;
}
.BgClassName
{
background-color: #8D9F2D;
}
</style>
border-color css
<style>
span { border-color: #8D9F2D; }
span { border-color: rgb(141,159,45); }
td.TdClassName
{
border-color: #8D9F2D;
}
.TagClassName
{
border-color: #8D9F2D;
}
</style>