Shades of Citron #8F9F22
Tints of Citron #8F9F22
RGB
CMYK
RGB Variations
Color information
#8F9F22 (or 0x8F9F22) is known color: Citron. HEX triplet: 8F, 9F and 22. RGB value is (143,159,34). Sum of RGB (Red+Green+Blue) = 143+159+34=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9F22 is #7060DD. Grayscale: #8C8C8C. Windows color (decimal): -7364830 or 2269071. OLE color: 2269071.
HSL color Cylindrical-coordinate representation of color #8F9F22: hue angle of 67.68º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F9F22 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 34 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.38 |
| HSL | 67.68º | 0.65% | 0.38% | - |
| HSV(B) | 67.68º | 0.79% | 0.62% | - |
| XYZ | 24.01 | 30.75 | 6.18 | - |
| YUV | 139.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 34 | 0.10 | 0 | 0.79 | 0.38 | 67.68 | 0.65 | 0.38 |
| Hex | 8F | 9F | 22 | A | 0 | 4F | 26 | 44 | 41 | 26 |
| Octal | 217 | 237 | 42 | 12 | 0 | 117 | 46 | 104 | 101 | 46 |
| Binary | 10001111 | 10011111 | 100010 | 1010 | 0 | 1001111 | 100110 | 1000100 | 1000001 | 100110 |
Color Harmonies of #8F9F22
Complementary color
Monochromatic Colors of #8F9F22
Black with #8F9F22
Text Example
Text Example
White with #8F9F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F22; }
p { color: rgb(143,159,34); }
H1.HeaderClassName
{
color: #8F9F22;
}
.AnyTagClassName
{
color: #8F9F22;
}
</style>
background-color css
<style>
a { background-color: #8F9F22; }
a { background-color: rgb(143,159,34); }
div.DivClassName
{
background-color: #8F9F22;
}
.BgClassName
{
background-color: #8F9F22;
}
</style>
border-color css
<style>
span { border-color: #8F9F22; }
span { border-color: rgb(143,159,34); }
td.TdClassName
{
border-color: #8F9F22;
}
.TagClassName
{
border-color: #8F9F22;
}
</style>