Shades of Citron #8F900D
Tints of Citron #8F900D
RGB
CMYK
RGB Variations
Color information
#8F900D (or 0x8F900D) is known color: Citron. HEX triplet: 8F, 90 and 0D. RGB value is (143,144,13). Sum of RGB (Red+Green+Blue) = 143+144+13=300 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #8F900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F900D is #706FF2. Grayscale: #818181. Windows color (decimal): -7368691 or 888975. OLE color: 888975.
HSL color Cylindrical-coordinate representation of color #8F900D: hue angle of 60.46º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F900D is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 13 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.44 |
| HSL | 60.46º | 0.83% | 0.31% | - |
| HSV(B) | 60.46º | 0.91% | 0.56% | - |
| XYZ | 21.37 | 25.82 | 4.24 | - |
| YUV | 128.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 13 | 0.01 | 0 | 0.91 | 0.44 | 60.46 | 0.83 | 0.31 |
| Hex | 8F | 90 | D | 1 | 0 | 5B | 2C | 3C | 53 | 1F |
| Octal | 217 | 220 | 15 | 1 | 0 | 133 | 54 | 74 | 123 | 37 |
| Binary | 10001111 | 10010000 | 1101 | 1 | 0 | 1011011 | 101100 | 111100 | 1010011 | 11111 |
Color Harmonies of #8F900D
Complementary color
Monochromatic Colors of #8F900D
Black with #8F900D
Text Example
Text Example
White with #8F900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F900D; }
p { color: rgb(143,144,13); }
H1.HeaderClassName
{
color: #8F900D;
}
.AnyTagClassName
{
color: #8F900D;
}
</style>
background-color css
<style>
a { background-color: #8F900D; }
a { background-color: rgb(143,144,13); }
div.DivClassName
{
background-color: #8F900D;
}
.BgClassName
{
background-color: #8F900D;
}
</style>
border-color css
<style>
span { border-color: #8F900D; }
span { border-color: rgb(143,144,13); }
td.TdClassName
{
border-color: #8F900D;
}
.TagClassName
{
border-color: #8F900D;
}
</style>