Shades of Citron #8F981E
Tints of Citron #8F981E
RGB
CMYK
RGB Variations
Color information
#8F981E (or 0x8F981E) is known color: Citron. HEX triplet: 8F, 98 and 1E. RGB value is (143,152,30). Sum of RGB (Red+Green+Blue) = 143+152+30=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #8F981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F981E is #7067E1. Grayscale: #878787. Windows color (decimal): -7366626 or 2005135. OLE color: 2005135.
HSL color Cylindrical-coordinate representation of color #8F981E: hue angle of 64.43º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F981E is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 30 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.40 |
| HSL | 64.43º | 0.67% | 0.36% | - |
| HSV(B) | 64.43º | 0.8% | 0.6% | - |
| XYZ | 22.79 | 28.39 | 5.51 | - |
| YUV | 135.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 30 | 0.06 | 0 | 0.80 | 0.40 | 64.43 | 0.67 | 0.36 |
| Hex | 8F | 98 | 1E | 6 | 0 | 50 | 28 | 40 | 43 | 24 |
| Octal | 217 | 230 | 36 | 6 | 0 | 120 | 50 | 100 | 103 | 44 |
| Binary | 10001111 | 10011000 | 11110 | 110 | 0 | 1010000 | 101000 | 1000000 | 1000011 | 100100 |
Color Harmonies of #8F981E
Complementary color
Monochromatic Colors of #8F981E
Black with #8F981E
Text Example
Text Example
White with #8F981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F981E; }
p { color: rgb(143,152,30); }
H1.HeaderClassName
{
color: #8F981E;
}
.AnyTagClassName
{
color: #8F981E;
}
</style>
background-color css
<style>
a { background-color: #8F981E; }
a { background-color: rgb(143,152,30); }
div.DivClassName
{
background-color: #8F981E;
}
.BgClassName
{
background-color: #8F981E;
}
</style>
border-color css
<style>
span { border-color: #8F981E; }
span { border-color: rgb(143,152,30); }
td.TdClassName
{
border-color: #8F981E;
}
.TagClassName
{
border-color: #8F981E;
}
</style>