Shades of Citron #8D942A
Tints of Citron #8D942A
RGB
CMYK
RGB Variations
Color information
#8D942A (or 0x8D942A) is known color: Citron. HEX triplet: 8D, 94 and 2A. RGB value is (141,148,42). Sum of RGB (Red+Green+Blue) = 141+148+42=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #8D942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D942A is #726BD5. Grayscale: #868686. Windows color (decimal): -7498710 or 2790541. OLE color: 2790541.
HSL color Cylindrical-coordinate representation of color #8D942A: hue angle of 63.96º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D942A is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 42 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.42 |
| HSL | 63.96º | 0.56% | 0.37% | - |
| HSV(B) | 63.96º | 0.72% | 0.58% | - |
| XYZ | 21.99 | 27.01 | 6.24 | - |
| YUV | 133.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 42 | 0.05 | 0 | 0.72 | 0.42 | 63.96 | 0.56 | 0.37 |
| Hex | 8D | 94 | 2A | 5 | 0 | 48 | 2A | 40 | 38 | 25 |
| Octal | 215 | 224 | 52 | 5 | 0 | 110 | 52 | 100 | 70 | 45 |
| Binary | 10001101 | 10010100 | 101010 | 101 | 0 | 1001000 | 101010 | 1000000 | 111000 | 100101 |
Color Harmonies of #8D942A
Complementary color
Monochromatic Colors of #8D942A
Black with #8D942A
Text Example
Text Example
White with #8D942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D942A; }
p { color: rgb(141,148,42); }
H1.HeaderClassName
{
color: #8D942A;
}
.AnyTagClassName
{
color: #8D942A;
}
</style>
background-color css
<style>
a { background-color: #8D942A; }
a { background-color: rgb(141,148,42); }
div.DivClassName
{
background-color: #8D942A;
}
.BgClassName
{
background-color: #8D942A;
}
</style>
border-color css
<style>
span { border-color: #8D942A; }
span { border-color: rgb(141,148,42); }
td.TdClassName
{
border-color: #8D942A;
}
.TagClassName
{
border-color: #8D942A;
}
</style>