Shades of Citron #8F9D1D
Tints of Citron #8F9D1D
RGB
CMYK
RGB Variations
Color information
#8F9D1D (or 0x8F9D1D) is known color: Citron. HEX triplet: 8F, 9D and 1D. RGB value is (143,157,29). Sum of RGB (Red+Green+Blue) = 143+157+29=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9D1D is #7062E2. Grayscale: #8A8A8A. Windows color (decimal): -7365347 or 1940879. OLE color: 1940879.
HSL color Cylindrical-coordinate representation of color #8F9D1D: hue angle of 66.56º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F9D1D is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 29 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.38 |
| HSL | 66.56º | 0.69% | 0.36% | - |
| HSV(B) | 66.56º | 0.82% | 0.62% | - |
| XYZ | 23.61 | 30.04 | 5.72 | - |
| YUV | 138.22 | 66.36 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 29 | 0.09 | 0 | 0.82 | 0.38 | 66.56 | 0.69 | 0.36 |
| Hex | 8F | 9D | 1D | 9 | 0 | 52 | 26 | 43 | 45 | 24 |
| Octal | 217 | 235 | 35 | 11 | 0 | 122 | 46 | 103 | 105 | 44 |
| Binary | 10001111 | 10011101 | 11101 | 1001 | 0 | 1010010 | 100110 | 1000011 | 1000101 | 100100 |
Color Harmonies of #8F9D1D
Complementary color
Monochromatic Colors of #8F9D1D
Black with #8F9D1D
Text Example
Text Example
White with #8F9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D1D; }
p { color: rgb(143,157,29); }
H1.HeaderClassName
{
color: #8F9D1D;
}
.AnyTagClassName
{
color: #8F9D1D;
}
</style>
background-color css
<style>
a { background-color: #8F9D1D; }
a { background-color: rgb(143,157,29); }
div.DivClassName
{
background-color: #8F9D1D;
}
.BgClassName
{
background-color: #8F9D1D;
}
</style>
border-color css
<style>
span { border-color: #8F9D1D; }
span { border-color: rgb(143,157,29); }
td.TdClassName
{
border-color: #8F9D1D;
}
.TagClassName
{
border-color: #8F9D1D;
}
</style>