Shades of Citron #8F941F
Tints of Citron #8F941F
RGB
CMYK
RGB Variations
Color information
#8F941F (or 0x8F941F) is known color: Citron. HEX triplet: 8F, 94 and 1F. RGB value is (143,148,31). Sum of RGB (Red+Green+Blue) = 143+148+31=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #8F941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F941F is #706BE0. Grayscale: #858585. Windows color (decimal): -7367649 or 2069647. OLE color: 2069647.
HSL color Cylindrical-coordinate representation of color #8F941F: hue angle of 62.56º degrees, saturation: 0.65, 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 #8F941F is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 31 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.42 |
| HSL | 62.56º | 0.65% | 0.35% | - |
| HSV(B) | 62.56º | 0.79% | 0.58% | - |
| XYZ | 22.16 | 27.12 | 5.36 | - |
| YUV | 133.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 31 | 0.03 | 0 | 0.79 | 0.42 | 62.56 | 0.65 | 0.35 |
| Hex | 8F | 94 | 1F | 3 | 0 | 4F | 2A | 3F | 41 | 23 |
| Octal | 217 | 224 | 37 | 3 | 0 | 117 | 52 | 77 | 101 | 43 |
| Binary | 10001111 | 10010100 | 11111 | 11 | 0 | 1001111 | 101010 | 111111 | 1000001 | 100011 |
Color Harmonies of #8F941F
Complementary color
Monochromatic Colors of #8F941F
Black with #8F941F
Text Example
Text Example
White with #8F941F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F941F; }
p { color: rgb(143,148,31); }
H1.HeaderClassName
{
color: #8F941F;
}
.AnyTagClassName
{
color: #8F941F;
}
</style>
background-color css
<style>
a { background-color: #8F941F; }
a { background-color: rgb(143,148,31); }
div.DivClassName
{
background-color: #8F941F;
}
.BgClassName
{
background-color: #8F941F;
}
</style>
border-color css
<style>
span { border-color: #8F941F; }
span { border-color: rgb(143,148,31); }
td.TdClassName
{
border-color: #8F941F;
}
.TagClassName
{
border-color: #8F941F;
}
</style>