Shades of Citron #8A8D16
Tints of Citron #8A8D16
RGB
CMYK
RGB Variations
Color information
#8A8D16 (or 0x8A8D16) is known color: Citron. HEX triplet: 8A, 8D and 16. RGB value is (138,141,22). Sum of RGB (Red+Green+Blue) = 138+141+22=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8D16 is #7572E9. Grayscale: #7F7F7F. Windows color (decimal): -7697130 or 1478026. OLE color: 1478026.
HSL color Cylindrical-coordinate representation of color #8A8D16: hue angle of 61.51º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A8D16 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 141 | 22 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.45 |
| HSL | 61.51º | 0.73% | 0.32% | - |
| HSV(B) | 61.51º | 0.84% | 0.55% | - |
| XYZ | 20.15 | 24.51 | 4.43 | - |
| YUV | 126.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 22 | 0.02 | 0 | 0.84 | 0.45 | 61.51 | 0.73 | 0.32 |
| Hex | 8A | 8D | 16 | 2 | 0 | 54 | 2D | 3E | 49 | 20 |
| Octal | 212 | 215 | 26 | 2 | 0 | 124 | 55 | 76 | 111 | 40 |
| Binary | 10001010 | 10001101 | 10110 | 10 | 0 | 1010100 | 101101 | 111110 | 1001001 | 100000 |
Color Harmonies of #8A8D16
Complementary color
Monochromatic Colors of #8A8D16
Black with #8A8D16
Text Example
Text Example
White with #8A8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D16; }
p { color: rgb(138,141,22); }
H1.HeaderClassName
{
color: #8A8D16;
}
.AnyTagClassName
{
color: #8A8D16;
}
</style>
background-color css
<style>
a { background-color: #8A8D16; }
a { background-color: rgb(138,141,22); }
div.DivClassName
{
background-color: #8A8D16;
}
.BgClassName
{
background-color: #8A8D16;
}
</style>
border-color css
<style>
span { border-color: #8A8D16; }
span { border-color: rgb(138,141,22); }
td.TdClassName
{
border-color: #8A8D16;
}
.TagClassName
{
border-color: #8A8D16;
}
</style>