Shades of Citron #8C8D24
Tints of Citron #8C8D24
RGB
CMYK
RGB Variations
Color information
#8C8D24 (or 0x8C8D24) is known color: Citron. HEX triplet: 8C, 8D and 24. RGB value is (140,141,36). Sum of RGB (Red+Green+Blue) = 140+141+36=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8D24 is #7372DB. Grayscale: #818181. Windows color (decimal): -7566044 or 2395532. OLE color: 2395532.
HSL color Cylindrical-coordinate representation of color #8C8D24: hue angle of 60.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C8D24 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 141 | 36 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.45 |
| HSL | 60.57º | 0.59% | 0.35% | - |
| HSV(B) | 60.57º | 0.74% | 0.55% | - |
| XYZ | 20.66 | 24.75 | 5.36 | - |
| YUV | 128.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 36 | 0.01 | 0 | 0.74 | 0.45 | 60.57 | 0.59 | 0.35 |
| Hex | 8C | 8D | 24 | 1 | 0 | 4A | 2D | 3D | 3B | 23 |
| Octal | 214 | 215 | 44 | 1 | 0 | 112 | 55 | 75 | 73 | 43 |
| Binary | 10001100 | 10001101 | 100100 | 1 | 0 | 1001010 | 101101 | 111101 | 111011 | 100011 |
Color Harmonies of #8C8D24
Complementary color
Monochromatic Colors of #8C8D24
Black with #8C8D24
Text Example
Text Example
White with #8C8D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8D24; }
p { color: rgb(140,141,36); }
H1.HeaderClassName
{
color: #8C8D24;
}
.AnyTagClassName
{
color: #8C8D24;
}
</style>
background-color css
<style>
a { background-color: #8C8D24; }
a { background-color: rgb(140,141,36); }
div.DivClassName
{
background-color: #8C8D24;
}
.BgClassName
{
background-color: #8C8D24;
}
</style>
border-color css
<style>
span { border-color: #8C8D24; }
span { border-color: rgb(140,141,36); }
td.TdClassName
{
border-color: #8C8D24;
}
.TagClassName
{
border-color: #8C8D24;
}
</style>