Shades of Citron #8F9426
Tints of Citron #8F9426
RGB
CMYK
RGB Variations
Color information
#8F9426 (or 0x8F9426) is known color: Citron. HEX triplet: 8F, 94 and 26. RGB value is (143,148,38). Sum of RGB (Red+Green+Blue) = 143+148+38=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9426 is #706BD9. Grayscale: #868686. Windows color (decimal): -7367642 or 2528399. OLE color: 2528399.
HSL color Cylindrical-coordinate representation of color #8F9426: hue angle of 62.73º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F9426 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 38 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.42 |
| HSL | 62.73º | 0.59% | 0.36% | - |
| HSV(B) | 62.73º | 0.74% | 0.58% | - |
| XYZ | 22.27 | 27.16 | 5.9 | - |
| YUV | 133.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 38 | 0.03 | 0 | 0.74 | 0.42 | 62.73 | 0.59 | 0.36 |
| Hex | 8F | 94 | 26 | 3 | 0 | 4A | 2A | 3F | 3B | 24 |
| Octal | 217 | 224 | 46 | 3 | 0 | 112 | 52 | 77 | 73 | 44 |
| Binary | 10001111 | 10010100 | 100110 | 11 | 0 | 1001010 | 101010 | 111111 | 111011 | 100100 |
Color Harmonies of #8F9426
Complementary color
Monochromatic Colors of #8F9426
Black with #8F9426
Text Example
Text Example
White with #8F9426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9426; }
p { color: rgb(143,148,38); }
H1.HeaderClassName
{
color: #8F9426;
}
.AnyTagClassName
{
color: #8F9426;
}
</style>
background-color css
<style>
a { background-color: #8F9426; }
a { background-color: rgb(143,148,38); }
div.DivClassName
{
background-color: #8F9426;
}
.BgClassName
{
background-color: #8F9426;
}
</style>
border-color css
<style>
span { border-color: #8F9426; }
span { border-color: rgb(143,148,38); }
td.TdClassName
{
border-color: #8F9426;
}
.TagClassName
{
border-color: #8F9426;
}
</style>