Shades of Citron #8C9F28
Tints of Citron #8C9F28
RGB
CMYK
RGB Variations
Color information
#8C9F28 (or 0x8C9F28) is known color: Citron. HEX triplet: 8C, 9F and 28. RGB value is (140,159,40). Sum of RGB (Red+Green+Blue) = 140+159+40=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9F28 is #7360D7. Grayscale: #8C8C8C. Windows color (decimal): -7561432 or 2662284. OLE color: 2662284.
HSL color Cylindrical-coordinate representation of color #8C9F28: hue angle of 69.58º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C9F28 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 40 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.38 |
| HSL | 69.58º | 0.6% | 0.39% | - |
| HSV(B) | 69.58º | 0.75% | 0.62% | - |
| XYZ | 23.6 | 30.52 | 6.66 | - |
| YUV | 139.75 | 71.71 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 40 | 0.12 | 0 | 0.75 | 0.38 | 69.58 | 0.6 | 0.39 |
| Hex | 8C | 9F | 28 | C | 0 | 4B | 26 | 46 | 3C | 27 |
| Octal | 214 | 237 | 50 | 14 | 0 | 113 | 46 | 106 | 74 | 47 |
| Binary | 10001100 | 10011111 | 101000 | 1100 | 0 | 1001011 | 100110 | 1000110 | 111100 | 100111 |
Color Harmonies of #8C9F28
Complementary color
Monochromatic Colors of #8C9F28
Black with #8C9F28
Text Example
Text Example
White with #8C9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F28; }
p { color: rgb(140,159,40); }
H1.HeaderClassName
{
color: #8C9F28;
}
.AnyTagClassName
{
color: #8C9F28;
}
</style>
background-color css
<style>
a { background-color: #8C9F28; }
a { background-color: rgb(140,159,40); }
div.DivClassName
{
background-color: #8C9F28;
}
.BgClassName
{
background-color: #8C9F28;
}
</style>
border-color css
<style>
span { border-color: #8C9F28; }
span { border-color: rgb(140,159,40); }
td.TdClassName
{
border-color: #8C9F28;
}
.TagClassName
{
border-color: #8C9F28;
}
</style>