Shades of Citron #8A8D14
Tints of Citron #8A8D14
RGB
CMYK
RGB Variations
Color information
#8A8D14 (or 0x8A8D14) is known color: Citron. HEX triplet: 8A, 8D and 14. RGB value is (138,141,20). Sum of RGB (Red+Green+Blue) = 138+141+20=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8D14 is #7572EB. Grayscale: #7E7E7E. Windows color (decimal): -7697132 or 1346954. OLE color: 1346954.
HSL color Cylindrical-coordinate representation of color #8A8D14: hue angle of 61.49º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A8D14 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 141 | 20 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.45 |
| HSL | 61.49º | 0.75% | 0.32% | - |
| HSV(B) | 61.49º | 0.86% | 0.55% | - |
| XYZ | 20.13 | 24.5 | 4.33 | - |
| YUV | 126.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 20 | 0.02 | 0 | 0.86 | 0.45 | 61.49 | 0.75 | 0.32 |
| Hex | 8A | 8D | 14 | 2 | 0 | 56 | 2D | 3D | 4B | 20 |
| Octal | 212 | 215 | 24 | 2 | 0 | 126 | 55 | 75 | 113 | 40 |
| Binary | 10001010 | 10001101 | 10100 | 10 | 0 | 1010110 | 101101 | 111101 | 1001011 | 100000 |
Color Harmonies of #8A8D14
Complementary color
Monochromatic Colors of #8A8D14
Black with #8A8D14
Text Example
Text Example
White with #8A8D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D14; }
p { color: rgb(138,141,20); }
H1.HeaderClassName
{
color: #8A8D14;
}
.AnyTagClassName
{
color: #8A8D14;
}
</style>
background-color css
<style>
a { background-color: #8A8D14; }
a { background-color: rgb(138,141,20); }
div.DivClassName
{
background-color: #8A8D14;
}
.BgClassName
{
background-color: #8A8D14;
}
</style>
border-color css
<style>
span { border-color: #8A8D14; }
span { border-color: rgb(138,141,20); }
td.TdClassName
{
border-color: #8A8D14;
}
.TagClassName
{
border-color: #8A8D14;
}
</style>