Shades of Citron #8F9428
Tints of Citron #8F9428
RGB
CMYK
RGB Variations
Color information
#8F9428 (or 0x8F9428) is known color: Citron. HEX triplet: 8F, 94 and 28. RGB value is (143,148,40). Sum of RGB (Red+Green+Blue) = 143+148+40=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9428 is #706BD7. Grayscale: #868686. Windows color (decimal): -7367640 or 2659471. OLE color: 2659471.
HSL color Cylindrical-coordinate representation of color #8F9428: hue angle of 62.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F9428 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 40 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.42 |
| HSL | 62.78º | 0.57% | 0.37% | - |
| HSV(B) | 62.78º | 0.73% | 0.58% | - |
| XYZ | 22.3 | 27.17 | 6.08 | - |
| YUV | 134.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 40 | 0.03 | 0 | 0.73 | 0.42 | 62.78 | 0.57 | 0.37 |
| Hex | 8F | 94 | 28 | 3 | 0 | 49 | 2A | 3F | 39 | 25 |
| Octal | 217 | 224 | 50 | 3 | 0 | 111 | 52 | 77 | 71 | 45 |
| Binary | 10001111 | 10010100 | 101000 | 11 | 0 | 1001001 | 101010 | 111111 | 111001 | 100101 |
Color Harmonies of #8F9428
Complementary color
Monochromatic Colors of #8F9428
Black with #8F9428
Text Example
Text Example
White with #8F9428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9428; }
p { color: rgb(143,148,40); }
H1.HeaderClassName
{
color: #8F9428;
}
.AnyTagClassName
{
color: #8F9428;
}
</style>
background-color css
<style>
a { background-color: #8F9428; }
a { background-color: rgb(143,148,40); }
div.DivClassName
{
background-color: #8F9428;
}
.BgClassName
{
background-color: #8F9428;
}
</style>
border-color css
<style>
span { border-color: #8F9428; }
span { border-color: rgb(143,148,40); }
td.TdClassName
{
border-color: #8F9428;
}
.TagClassName
{
border-color: #8F9428;
}
</style>