Shades of Citron #8C940A
Tints of Citron #8C940A
RGB
CMYK
RGB Variations
Color information
#8C940A (or 0x8C940A) is known color: Citron. HEX triplet: 8C, 94 and 0A. RGB value is (140,148,10). Sum of RGB (Red+Green+Blue) = 140+148+10=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #8C940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C940A is #736BF5. Grayscale: #828282. Windows color (decimal): -7564278 or 693388. OLE color: 693388.
HSL color Cylindrical-coordinate representation of color #8C940A: hue angle of 63.48º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C940A is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 10 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.42 |
| HSL | 63.48º | 0.87% | 0.31% | - |
| HSV(B) | 63.48º | 0.93% | 0.58% | - |
| XYZ | 21.46 | 26.78 | 4.32 | - |
| YUV | 129.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 10 | 0.05 | 0 | 0.93 | 0.42 | 63.48 | 0.87 | 0.31 |
| Hex | 8C | 94 | A | 5 | 0 | 5D | 2A | 3F | 57 | 1F |
| Octal | 214 | 224 | 12 | 5 | 0 | 135 | 52 | 77 | 127 | 37 |
| Binary | 10001100 | 10010100 | 1010 | 101 | 0 | 1011101 | 101010 | 111111 | 1010111 | 11111 |
Color Harmonies of #8C940A
Complementary color
Monochromatic Colors of #8C940A
Black with #8C940A
Text Example
Text Example
White with #8C940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C940A; }
p { color: rgb(140,148,10); }
H1.HeaderClassName
{
color: #8C940A;
}
.AnyTagClassName
{
color: #8C940A;
}
</style>
background-color css
<style>
a { background-color: #8C940A; }
a { background-color: rgb(140,148,10); }
div.DivClassName
{
background-color: #8C940A;
}
.BgClassName
{
background-color: #8C940A;
}
</style>
border-color css
<style>
span { border-color: #8C940A; }
span { border-color: rgb(140,148,10); }
td.TdClassName
{
border-color: #8C940A;
}
.TagClassName
{
border-color: #8C940A;
}
</style>