Shades of Citron #8F9128
Tints of Citron #8F9128
RGB
CMYK
RGB Variations
Color information
#8F9128 (or 0x8F9128) is known color: Citron. HEX triplet: 8F, 91 and 28. RGB value is (143,145,40). Sum of RGB (Red+Green+Blue) = 143+145+40=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9128 is #706ED7. Grayscale: #848484. Windows color (decimal): -7368408 or 2658703. OLE color: 2658703.
HSL color Cylindrical-coordinate representation of color #8F9128: hue angle of 61.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F9128 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 40 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.43 |
| HSL | 61.14º | 0.57% | 0.36% | - |
| HSV(B) | 61.14º | 0.72% | 0.57% | - |
| XYZ | 21.84 | 26.24 | 5.92 | - |
| YUV | 132.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 40 | 0.01 | 0 | 0.72 | 0.43 | 61.14 | 0.57 | 0.36 |
| Hex | 8F | 91 | 28 | 1 | 0 | 48 | 2B | 3D | 39 | 24 |
| Octal | 217 | 221 | 50 | 1 | 0 | 110 | 53 | 75 | 71 | 44 |
| Binary | 10001111 | 10010001 | 101000 | 1 | 0 | 1001000 | 101011 | 111101 | 111001 | 100100 |
Color Harmonies of #8F9128
Complementary color
Monochromatic Colors of #8F9128
Black with #8F9128
Text Example
Text Example
White with #8F9128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9128; }
p { color: rgb(143,145,40); }
H1.HeaderClassName
{
color: #8F9128;
}
.AnyTagClassName
{
color: #8F9128;
}
</style>
background-color css
<style>
a { background-color: #8F9128; }
a { background-color: rgb(143,145,40); }
div.DivClassName
{
background-color: #8F9128;
}
.BgClassName
{
background-color: #8F9128;
}
</style>
border-color css
<style>
span { border-color: #8F9128; }
span { border-color: rgb(143,145,40); }
td.TdClassName
{
border-color: #8F9128;
}
.TagClassName
{
border-color: #8F9128;
}
</style>