Shades of Citron #8F9427
Tints of Citron #8F9427
RGB
CMYK
RGB Variations
Color information
#8F9427 (or 0x8F9427) is known color: Citron. HEX triplet: 8F, 94 and 27. RGB value is (143,148,39). Sum of RGB (Red+Green+Blue) = 143+148+39=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9427 is #706BD8. Grayscale: #868686. Windows color (decimal): -7367641 or 2593935. OLE color: 2593935.
HSL color Cylindrical-coordinate representation of color #8F9427: hue angle of 62.75º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F9427 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 39 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.42 |
| HSL | 62.75º | 0.58% | 0.37% | - |
| HSV(B) | 62.75º | 0.74% | 0.58% | - |
| XYZ | 22.28 | 27.17 | 5.99 | - |
| YUV | 134.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 39 | 0.03 | 0 | 0.74 | 0.42 | 62.75 | 0.58 | 0.37 |
| Hex | 8F | 94 | 27 | 3 | 0 | 4A | 2A | 3F | 3A | 25 |
| Octal | 217 | 224 | 47 | 3 | 0 | 112 | 52 | 77 | 72 | 45 |
| Binary | 10001111 | 10010100 | 100111 | 11 | 0 | 1001010 | 101010 | 111111 | 111010 | 100101 |
Color Harmonies of #8F9427
Complementary color
Monochromatic Colors of #8F9427
Black with #8F9427
Text Example
Text Example
White with #8F9427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9427; }
p { color: rgb(143,148,39); }
H1.HeaderClassName
{
color: #8F9427;
}
.AnyTagClassName
{
color: #8F9427;
}
</style>
background-color css
<style>
a { background-color: #8F9427; }
a { background-color: rgb(143,148,39); }
div.DivClassName
{
background-color: #8F9427;
}
.BgClassName
{
background-color: #8F9427;
}
</style>
border-color css
<style>
span { border-color: #8F9427; }
span { border-color: rgb(143,148,39); }
td.TdClassName
{
border-color: #8F9427;
}
.TagClassName
{
border-color: #8F9427;
}
</style>