Shades of Citron #8F921A
Tints of Citron #8F921A
RGB
CMYK
RGB Variations
Color information
#8F921A (or 0x8F921A) is known color: Citron. HEX triplet: 8F, 92 and 1A. RGB value is (143,146,26). Sum of RGB (Red+Green+Blue) = 143+146+26=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #8F921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F921A is #706DE5. Grayscale: #838383. Windows color (decimal): -7368166 or 1741455. OLE color: 1741455.
HSL color Cylindrical-coordinate representation of color #8F921A: hue angle of 61.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F921A is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 26 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.43 |
| HSL | 61.5º | 0.7% | 0.34% | - |
| HSV(B) | 61.5º | 0.82% | 0.57% | - |
| XYZ | 21.79 | 26.47 | 4.94 | - |
| YUV | 131.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 26 | 0.02 | 0 | 0.82 | 0.43 | 61.5 | 0.7 | 0.34 |
| Hex | 8F | 92 | 1A | 2 | 0 | 52 | 2B | 3E | 46 | 22 |
| Octal | 217 | 222 | 32 | 2 | 0 | 122 | 53 | 76 | 106 | 42 |
| Binary | 10001111 | 10010010 | 11010 | 10 | 0 | 1010010 | 101011 | 111110 | 1000110 | 100010 |
Color Harmonies of #8F921A
Complementary color
Monochromatic Colors of #8F921A
Black with #8F921A
Text Example
Text Example
White with #8F921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F921A; }
p { color: rgb(143,146,26); }
H1.HeaderClassName
{
color: #8F921A;
}
.AnyTagClassName
{
color: #8F921A;
}
</style>
background-color css
<style>
a { background-color: #8F921A; }
a { background-color: rgb(143,146,26); }
div.DivClassName
{
background-color: #8F921A;
}
.BgClassName
{
background-color: #8F921A;
}
</style>
border-color css
<style>
span { border-color: #8F921A; }
span { border-color: rgb(143,146,26); }
td.TdClassName
{
border-color: #8F921A;
}
.TagClassName
{
border-color: #8F921A;
}
</style>