Shades of Citron #8F9D1F
Tints of Citron #8F9D1F
RGB
CMYK
RGB Variations
Color information
#8F9D1F (or 0x8F9D1F) is known color: Citron. HEX triplet: 8F, 9D and 1F. RGB value is (143,157,31). Sum of RGB (Red+Green+Blue) = 143+157+31=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9D1F is #7062E0. Grayscale: #8A8A8A. Windows color (decimal): -7365345 or 2071951. OLE color: 2071951.
HSL color Cylindrical-coordinate representation of color #8F9D1F: hue angle of 66.67º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F9D1F is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 31 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.38 |
| HSL | 66.67º | 0.67% | 0.37% | - |
| HSV(B) | 66.67º | 0.8% | 0.62% | - |
| XYZ | 23.63 | 30.05 | 5.85 | - |
| YUV | 138.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 31 | 0.09 | 0 | 0.80 | 0.38 | 66.67 | 0.67 | 0.37 |
| Hex | 8F | 9D | 1F | 9 | 0 | 50 | 26 | 43 | 43 | 25 |
| Octal | 217 | 235 | 37 | 11 | 0 | 120 | 46 | 103 | 103 | 45 |
| Binary | 10001111 | 10011101 | 11111 | 1001 | 0 | 1010000 | 100110 | 1000011 | 1000011 | 100101 |
Color Harmonies of #8F9D1F
Complementary color
Monochromatic Colors of #8F9D1F
Black with #8F9D1F
Text Example
Text Example
White with #8F9D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D1F; }
p { color: rgb(143,157,31); }
H1.HeaderClassName
{
color: #8F9D1F;
}
.AnyTagClassName
{
color: #8F9D1F;
}
</style>
background-color css
<style>
a { background-color: #8F9D1F; }
a { background-color: rgb(143,157,31); }
div.DivClassName
{
background-color: #8F9D1F;
}
.BgClassName
{
background-color: #8F9D1F;
}
</style>
border-color css
<style>
span { border-color: #8F9D1F; }
span { border-color: rgb(143,157,31); }
td.TdClassName
{
border-color: #8F9D1F;
}
.TagClassName
{
border-color: #8F9D1F;
}
</style>