Shades of Citron #8F960F
Tints of Citron #8F960F
RGB
CMYK
RGB Variations
Color information
#8F960F (or 0x8F960F) is known color: Citron. HEX triplet: 8F, 96 and 0F. RGB value is (143,150,15). Sum of RGB (Red+Green+Blue) = 143+150+15=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #8F960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F960F is #7069F0. Grayscale: #858585. Windows color (decimal): -7367153 or 1021583. OLE color: 1021583.
HSL color Cylindrical-coordinate representation of color #8F960F: hue angle of 63.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F960F is Cyan = 0.05, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 15 | - |
| CMYK | 0.05 | 0 | 0.9 | 0.41 |
| HSL | 63.11º | 0.82% | 0.32% | - |
| HSV(B) | 63.11º | 0.9% | 0.59% | - |
| XYZ | 22.32 | 27.69 | 4.62 | - |
| YUV | 132.52 | 61.68 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 15 | 0.05 | 0 | 0.9 | 0.41 | 63.11 | 0.82 | 0.32 |
| Hex | 8F | 96 | F | 5 | 0 | 5A | 29 | 3F | 52 | 20 |
| Octal | 217 | 226 | 17 | 5 | 0 | 132 | 51 | 77 | 122 | 40 |
| Binary | 10001111 | 10010110 | 1111 | 101 | 0 | 1011010 | 101001 | 111111 | 1010010 | 100000 |
Color Harmonies of #8F960F
Complementary color
Monochromatic Colors of #8F960F
Black with #8F960F
Text Example
Text Example
White with #8F960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F960F; }
p { color: rgb(143,150,15); }
H1.HeaderClassName
{
color: #8F960F;
}
.AnyTagClassName
{
color: #8F960F;
}
</style>
background-color css
<style>
a { background-color: #8F960F; }
a { background-color: rgb(143,150,15); }
div.DivClassName
{
background-color: #8F960F;
}
.BgClassName
{
background-color: #8F960F;
}
</style>
border-color css
<style>
span { border-color: #8F960F; }
span { border-color: rgb(143,150,15); }
td.TdClassName
{
border-color: #8F960F;
}
.TagClassName
{
border-color: #8F960F;
}
</style>