Shades of Citron #8F9422
Tints of Citron #8F9422
RGB
CMYK
RGB Variations
Color information
#8F9422 (or 0x8F9422) is known color: Citron. HEX triplet: 8F, 94 and 22. RGB value is (143,148,34). Sum of RGB (Red+Green+Blue) = 143+148+34=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9422 is #706BDD. Grayscale: #858585. Windows color (decimal): -7367646 or 2266255. OLE color: 2266255.
HSL color Cylindrical-coordinate representation of color #8F9422: hue angle of 62.63º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F9422 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 34 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.42 |
| HSL | 62.63º | 0.63% | 0.36% | - |
| HSV(B) | 62.63º | 0.77% | 0.58% | - |
| XYZ | 22.21 | 27.13 | 5.58 | - |
| YUV | 133.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 34 | 0.03 | 0 | 0.77 | 0.42 | 62.63 | 0.63 | 0.36 |
| Hex | 8F | 94 | 22 | 3 | 0 | 4D | 2A | 3F | 3F | 24 |
| Octal | 217 | 224 | 42 | 3 | 0 | 115 | 52 | 77 | 77 | 44 |
| Binary | 10001111 | 10010100 | 100010 | 11 | 0 | 1001101 | 101010 | 111111 | 111111 | 100100 |
Color Harmonies of #8F9422
Complementary color
Monochromatic Colors of #8F9422
Black with #8F9422
Text Example
Text Example
White with #8F9422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9422; }
p { color: rgb(143,148,34); }
H1.HeaderClassName
{
color: #8F9422;
}
.AnyTagClassName
{
color: #8F9422;
}
</style>
background-color css
<style>
a { background-color: #8F9422; }
a { background-color: rgb(143,148,34); }
div.DivClassName
{
background-color: #8F9422;
}
.BgClassName
{
background-color: #8F9422;
}
</style>
border-color css
<style>
span { border-color: #8F9422; }
span { border-color: rgb(143,148,34); }
td.TdClassName
{
border-color: #8F9422;
}
.TagClassName
{
border-color: #8F9422;
}
</style>