Shades of Citron #8A8C17
Tints of Citron #8A8C17
RGB
CMYK
RGB Variations
Color information
#8A8C17 (or 0x8A8C17) is known color: Citron. HEX triplet: 8A, 8C and 17. RGB value is (138,140,23). Sum of RGB (Red+Green+Blue) = 138+140+23=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8C17 is #7573E8. Grayscale: #7E7E7E. Windows color (decimal): -7697385 or 1543306. OLE color: 1543306.
HSL color Cylindrical-coordinate representation of color #8A8C17: hue angle of 61.03º degrees, saturation: 0.72, 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 #8A8C17 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 140 | 23 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.45 |
| HSL | 61.03º | 0.72% | 0.32% | - |
| HSV(B) | 61.03º | 0.84% | 0.55% | - |
| XYZ | 20.01 | 24.22 | 4.43 | - |
| YUV | 126.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 23 | 0.01 | 0 | 0.84 | 0.45 | 61.03 | 0.72 | 0.32 |
| Hex | 8A | 8C | 17 | 1 | 0 | 54 | 2D | 3D | 48 | 20 |
| Octal | 212 | 214 | 27 | 1 | 0 | 124 | 55 | 75 | 110 | 40 |
| Binary | 10001010 | 10001100 | 10111 | 1 | 0 | 1010100 | 101101 | 111101 | 1001000 | 100000 |
Color Harmonies of #8A8C17
Complementary color
Monochromatic Colors of #8A8C17
Black with #8A8C17
Text Example
Text Example
White with #8A8C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8C17; }
p { color: rgb(138,140,23); }
H1.HeaderClassName
{
color: #8A8C17;
}
.AnyTagClassName
{
color: #8A8C17;
}
</style>
background-color css
<style>
a { background-color: #8A8C17; }
a { background-color: rgb(138,140,23); }
div.DivClassName
{
background-color: #8A8C17;
}
.BgClassName
{
background-color: #8A8C17;
}
</style>
border-color css
<style>
span { border-color: #8A8C17; }
span { border-color: rgb(138,140,23); }
td.TdClassName
{
border-color: #8A8C17;
}
.TagClassName
{
border-color: #8A8C17;
}
</style>