Shades of Citron #8F9122
Tints of Citron #8F9122
RGB
CMYK
RGB Variations
Color information
#8F9122 (or 0x8F9122) is known color: Citron. HEX triplet: 8F, 91 and 22. RGB value is (143,145,34). Sum of RGB (Red+Green+Blue) = 143+145+34=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9122 is #706EDD. Grayscale: #848484. Windows color (decimal): -7368414 or 2265487. OLE color: 2265487.
HSL color Cylindrical-coordinate representation of color #8F9122: hue angle of 61.08º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F9122 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 34 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.43 |
| HSL | 61.08º | 0.62% | 0.35% | - |
| HSV(B) | 61.08º | 0.77% | 0.57% | - |
| XYZ | 21.74 | 26.21 | 5.43 | - |
| YUV | 131.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 34 | 0.01 | 0 | 0.77 | 0.43 | 61.08 | 0.62 | 0.35 |
| Hex | 8F | 91 | 22 | 1 | 0 | 4D | 2B | 3D | 3E | 23 |
| Octal | 217 | 221 | 42 | 1 | 0 | 115 | 53 | 75 | 76 | 43 |
| Binary | 10001111 | 10010001 | 100010 | 1 | 0 | 1001101 | 101011 | 111101 | 111110 | 100011 |
Color Harmonies of #8F9122
Complementary color
Monochromatic Colors of #8F9122
Black with #8F9122
Text Example
Text Example
White with #8F9122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9122; }
p { color: rgb(143,145,34); }
H1.HeaderClassName
{
color: #8F9122;
}
.AnyTagClassName
{
color: #8F9122;
}
</style>
background-color css
<style>
a { background-color: #8F9122; }
a { background-color: rgb(143,145,34); }
div.DivClassName
{
background-color: #8F9122;
}
.BgClassName
{
background-color: #8F9122;
}
</style>
border-color css
<style>
span { border-color: #8F9122; }
span { border-color: rgb(143,145,34); }
td.TdClassName
{
border-color: #8F9122;
}
.TagClassName
{
border-color: #8F9122;
}
</style>