Shades of Citron #8F9119
Tints of Citron #8F9119
RGB
CMYK
RGB Variations
Color information
#8F9119 (or 0x8F9119) is known color: Citron. HEX triplet: 8F, 91 and 19. RGB value is (143,145,25). Sum of RGB (Red+Green+Blue) = 143+145+25=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9119 is #706EE6. Grayscale: #838383. Windows color (decimal): -7368423 or 1675663. OLE color: 1675663.
HSL color Cylindrical-coordinate representation of color #8F9119: hue angle of 61º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F9119 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 25 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.43 |
| HSL | 61º | 0.71% | 0.33% | - |
| HSV(B) | 61º | 0.83% | 0.57% | - |
| XYZ | 21.63 | 26.16 | 4.83 | - |
| YUV | 130.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 25 | 0.01 | 0 | 0.83 | 0.43 | 61 | 0.71 | 0.33 |
| Hex | 8F | 91 | 19 | 1 | 0 | 53 | 2B | 3D | 47 | 21 |
| Octal | 217 | 221 | 31 | 1 | 0 | 123 | 53 | 75 | 107 | 41 |
| Binary | 10001111 | 10010001 | 11001 | 1 | 0 | 1010011 | 101011 | 111101 | 1000111 | 100001 |
Color Harmonies of #8F9119
Complementary color
Monochromatic Colors of #8F9119
Black with #8F9119
Text Example
Text Example
White with #8F9119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9119; }
p { color: rgb(143,145,25); }
H1.HeaderClassName
{
color: #8F9119;
}
.AnyTagClassName
{
color: #8F9119;
}
</style>
background-color css
<style>
a { background-color: #8F9119; }
a { background-color: rgb(143,145,25); }
div.DivClassName
{
background-color: #8F9119;
}
.BgClassName
{
background-color: #8F9119;
}
</style>
border-color css
<style>
span { border-color: #8F9119; }
span { border-color: rgb(143,145,25); }
td.TdClassName
{
border-color: #8F9119;
}
.TagClassName
{
border-color: #8F9119;
}
</style>