Shades of Citron #8F9225
Tints of Citron #8F9225
RGB
CMYK
RGB Variations
Color information
#8F9225 (or 0x8F9225) is known color: Citron. HEX triplet: 8F, 92 and 25. RGB value is (143,146,37). Sum of RGB (Red+Green+Blue) = 143+146+37=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9225 is #706DDA. Grayscale: #858585. Windows color (decimal): -7368155 or 2462351. OLE color: 2462351.
HSL color Cylindrical-coordinate representation of color #8F9225: hue angle of 61.65º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F9225 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 37 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.43 |
| HSL | 61.65º | 0.6% | 0.36% | - |
| HSV(B) | 61.65º | 0.75% | 0.57% | - |
| XYZ | 21.94 | 26.53 | 5.71 | - |
| YUV | 132.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 37 | 0.02 | 0 | 0.75 | 0.43 | 61.65 | 0.6 | 0.36 |
| Hex | 8F | 92 | 25 | 2 | 0 | 4B | 2B | 3E | 3C | 24 |
| Octal | 217 | 222 | 45 | 2 | 0 | 113 | 53 | 76 | 74 | 44 |
| Binary | 10001111 | 10010010 | 100101 | 10 | 0 | 1001011 | 101011 | 111110 | 111100 | 100100 |
Color Harmonies of #8F9225
Complementary color
Monochromatic Colors of #8F9225
Black with #8F9225
Text Example
Text Example
White with #8F9225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9225; }
p { color: rgb(143,146,37); }
H1.HeaderClassName
{
color: #8F9225;
}
.AnyTagClassName
{
color: #8F9225;
}
</style>
background-color css
<style>
a { background-color: #8F9225; }
a { background-color: rgb(143,146,37); }
div.DivClassName
{
background-color: #8F9225;
}
.BgClassName
{
background-color: #8F9225;
}
</style>
border-color css
<style>
span { border-color: #8F9225; }
span { border-color: rgb(143,146,37); }
td.TdClassName
{
border-color: #8F9225;
}
.TagClassName
{
border-color: #8F9225;
}
</style>