Shades of Citron #8F942F
Tints of Citron #8F942F
RGB
CMYK
RGB Variations
Color information
#8F942F (or 0x8F942F) is known color: Citron. HEX triplet: 8F, 94 and 2F. RGB value is (143,148,47). Sum of RGB (Red+Green+Blue) = 143+148+47=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #8F942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F942F is #706BD0. Grayscale: #878787. Windows color (decimal): -7367633 or 3118223. OLE color: 3118223.
HSL color Cylindrical-coordinate representation of color #8F942F: hue angle of 62.97º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F942F is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 47 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.42 |
| HSL | 62.97º | 0.52% | 0.38% | - |
| HSV(B) | 62.97º | 0.68% | 0.58% | - |
| XYZ | 22.43 | 27.22 | 6.76 | - |
| YUV | 134.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 47 | 0.03 | 0 | 0.68 | 0.42 | 62.97 | 0.52 | 0.38 |
| Hex | 8F | 94 | 2F | 3 | 0 | 44 | 2A | 3F | 34 | 26 |
| Octal | 217 | 224 | 57 | 3 | 0 | 104 | 52 | 77 | 64 | 46 |
| Binary | 10001111 | 10010100 | 101111 | 11 | 0 | 1000100 | 101010 | 111111 | 110100 | 100110 |
Color Harmonies of #8F942F
Complementary color
Monochromatic Colors of #8F942F
Black with #8F942F
Text Example
Text Example
White with #8F942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F942F; }
p { color: rgb(143,148,47); }
H1.HeaderClassName
{
color: #8F942F;
}
.AnyTagClassName
{
color: #8F942F;
}
</style>
background-color css
<style>
a { background-color: #8F942F; }
a { background-color: rgb(143,148,47); }
div.DivClassName
{
background-color: #8F942F;
}
.BgClassName
{
background-color: #8F942F;
}
</style>
border-color css
<style>
span { border-color: #8F942F; }
span { border-color: rgb(143,148,47); }
td.TdClassName
{
border-color: #8F942F;
}
.TagClassName
{
border-color: #8F942F;
}
</style>