Shades of Citron #8F9D08
Tints of Citron #8F9D08
RGB
CMYK
RGB Variations
Color information
#8F9D08 (or 0x8F9D08) is known color: Citron. HEX triplet: 8F, 9D and 08. RGB value is (143,157,8). Sum of RGB (Red+Green+Blue) = 143+157+8=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9D08 is #7062F7. Grayscale: #888888. Windows color (decimal): -7365368 or 564623. OLE color: 564623.
HSL color Cylindrical-coordinate representation of color #8F9D08: hue angle of 65.64º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F9D08 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 8 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.38 |
| HSL | 65.64º | 0.9% | 0.32% | - |
| HSV(B) | 65.64º | 0.95% | 0.62% | - |
| XYZ | 23.43 | 29.97 | 4.78 | - |
| YUV | 135.83 | 55.86 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 8 | 0.09 | 0 | 0.95 | 0.38 | 65.64 | 0.9 | 0.32 |
| Hex | 8F | 9D | 8 | 9 | 0 | 5F | 26 | 42 | 5A | 20 |
| Octal | 217 | 235 | 10 | 11 | 0 | 137 | 46 | 102 | 132 | 40 |
| Binary | 10001111 | 10011101 | 1000 | 1001 | 0 | 1011111 | 100110 | 1000010 | 1011010 | 100000 |
Color Harmonies of #8F9D08
Complementary color
Monochromatic Colors of #8F9D08
Black with #8F9D08
Text Example
Text Example
White with #8F9D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D08; }
p { color: rgb(143,157,8); }
H1.HeaderClassName
{
color: #8F9D08;
}
.AnyTagClassName
{
color: #8F9D08;
}
</style>
background-color css
<style>
a { background-color: #8F9D08; }
a { background-color: rgb(143,157,8); }
div.DivClassName
{
background-color: #8F9D08;
}
.BgClassName
{
background-color: #8F9D08;
}
</style>
border-color css
<style>
span { border-color: #8F9D08; }
span { border-color: rgb(143,157,8); }
td.TdClassName
{
border-color: #8F9D08;
}
.TagClassName
{
border-color: #8F9D08;
}
</style>