Shades of Citron #8F941A
Tints of Citron #8F941A
RGB
CMYK
RGB Variations
Color information
#8F941A (or 0x8F941A) is known color: Citron. HEX triplet: 8F, 94 and 1A. RGB value is (143,148,26). Sum of RGB (Red+Green+Blue) = 143+148+26=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #8F941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F941A is #706BE5. Grayscale: #858585. Windows color (decimal): -7367654 or 1741967. OLE color: 1741967.
HSL color Cylindrical-coordinate representation of color #8F941A: hue angle of 62.46º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F941A is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 26 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.42 |
| HSL | 62.46º | 0.7% | 0.34% | - |
| HSV(B) | 62.46º | 0.82% | 0.58% | - |
| XYZ | 22.1 | 27.09 | 5.04 | - |
| YUV | 132.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 26 | 0.03 | 0 | 0.82 | 0.42 | 62.46 | 0.7 | 0.34 |
| Hex | 8F | 94 | 1A | 3 | 0 | 52 | 2A | 3E | 46 | 22 |
| Octal | 217 | 224 | 32 | 3 | 0 | 122 | 52 | 76 | 106 | 42 |
| Binary | 10001111 | 10010100 | 11010 | 11 | 0 | 1010010 | 101010 | 111110 | 1000110 | 100010 |
Color Harmonies of #8F941A
Complementary color
Monochromatic Colors of #8F941A
Black with #8F941A
Text Example
Text Example
White with #8F941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F941A; }
p { color: rgb(143,148,26); }
H1.HeaderClassName
{
color: #8F941A;
}
.AnyTagClassName
{
color: #8F941A;
}
</style>
background-color css
<style>
a { background-color: #8F941A; }
a { background-color: rgb(143,148,26); }
div.DivClassName
{
background-color: #8F941A;
}
.BgClassName
{
background-color: #8F941A;
}
</style>
border-color css
<style>
span { border-color: #8F941A; }
span { border-color: rgb(143,148,26); }
td.TdClassName
{
border-color: #8F941A;
}
.TagClassName
{
border-color: #8F941A;
}
</style>