Shades of Citron #8F961A
Tints of Citron #8F961A
RGB
CMYK
RGB Variations
Color information
#8F961A (or 0x8F961A) is known color: Citron. HEX triplet: 8F, 96 and 1A. RGB value is (143,150,26). Sum of RGB (Red+Green+Blue) = 143+150+26=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #8F961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F961A is #7069E5. Grayscale: #868686. Windows color (decimal): -7367142 or 1742479. OLE color: 1742479.
HSL color Cylindrical-coordinate representation of color #8F961A: hue angle of 63.39º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F961A is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 26 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.41 |
| HSL | 63.39º | 0.7% | 0.35% | - |
| HSV(B) | 63.39º | 0.83% | 0.59% | - |
| XYZ | 22.42 | 27.73 | 5.15 | - |
| YUV | 133.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 26 | 0.05 | 0 | 0.83 | 0.41 | 63.39 | 0.7 | 0.35 |
| Hex | 8F | 96 | 1A | 5 | 0 | 53 | 29 | 3F | 46 | 23 |
| Octal | 217 | 226 | 32 | 5 | 0 | 123 | 51 | 77 | 106 | 43 |
| Binary | 10001111 | 10010110 | 11010 | 101 | 0 | 1010011 | 101001 | 111111 | 1000110 | 100011 |
Color Harmonies of #8F961A
Complementary color
Monochromatic Colors of #8F961A
Black with #8F961A
Text Example
Text Example
White with #8F961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F961A; }
p { color: rgb(143,150,26); }
H1.HeaderClassName
{
color: #8F961A;
}
.AnyTagClassName
{
color: #8F961A;
}
</style>
background-color css
<style>
a { background-color: #8F961A; }
a { background-color: rgb(143,150,26); }
div.DivClassName
{
background-color: #8F961A;
}
.BgClassName
{
background-color: #8F961A;
}
</style>
border-color css
<style>
span { border-color: #8F961A; }
span { border-color: rgb(143,150,26); }
td.TdClassName
{
border-color: #8F961A;
}
.TagClassName
{
border-color: #8F961A;
}
</style>