Shades of Citron #8F951F
Tints of Citron #8F951F
RGB
CMYK
RGB Variations
Color information
#8F951F (or 0x8F951F) is known color: Citron. HEX triplet: 8F, 95 and 1F. RGB value is (143,149,31). Sum of RGB (Red+Green+Blue) = 143+149+31=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #8F951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F951F is #706AE0. Grayscale: #868686. Windows color (decimal): -7367393 or 2069903. OLE color: 2069903.
HSL color Cylindrical-coordinate representation of color #8F951F: hue angle of 63.05º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F951F is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 31 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.42 |
| HSL | 63.05º | 0.66% | 0.35% | - |
| HSV(B) | 63.05º | 0.79% | 0.58% | - |
| XYZ | 22.32 | 27.43 | 5.41 | - |
| YUV | 133.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 31 | 0.04 | 0 | 0.79 | 0.42 | 63.05 | 0.66 | 0.35 |
| Hex | 8F | 95 | 1F | 4 | 0 | 4F | 2A | 3F | 42 | 23 |
| Octal | 217 | 225 | 37 | 4 | 0 | 117 | 52 | 77 | 102 | 43 |
| Binary | 10001111 | 10010101 | 11111 | 100 | 0 | 1001111 | 101010 | 111111 | 1000010 | 100011 |
Color Harmonies of #8F951F
Complementary color
Monochromatic Colors of #8F951F
Black with #8F951F
Text Example
Text Example
White with #8F951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F951F; }
p { color: rgb(143,149,31); }
H1.HeaderClassName
{
color: #8F951F;
}
.AnyTagClassName
{
color: #8F951F;
}
</style>
background-color css
<style>
a { background-color: #8F951F; }
a { background-color: rgb(143,149,31); }
div.DivClassName
{
background-color: #8F951F;
}
.BgClassName
{
background-color: #8F951F;
}
</style>
border-color css
<style>
span { border-color: #8F951F; }
span { border-color: rgb(143,149,31); }
td.TdClassName
{
border-color: #8F951F;
}
.TagClassName
{
border-color: #8F951F;
}
</style>