Shades of Citron #8A8C19
Tints of Citron #8A8C19
RGB
CMYK
RGB Variations
Color information
#8A8C19 (or 0x8A8C19) is known color: Citron. HEX triplet: 8A, 8C and 19. RGB value is (138,140,25). Sum of RGB (Red+Green+Blue) = 138+140+25=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8C19 is #7573E6. Grayscale: #7E7E7E. Windows color (decimal): -7697383 or 1674378. OLE color: 1674378.
HSL color Cylindrical-coordinate representation of color #8A8C19: hue angle of 61.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A8C19 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 140 | 25 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.45 |
| HSL | 61.04º | 0.7% | 0.32% | - |
| HSV(B) | 61.04º | 0.82% | 0.55% | - |
| XYZ | 20.03 | 24.23 | 4.54 | - |
| YUV | 126.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 25 | 0.01 | 0 | 0.82 | 0.45 | 61.04 | 0.7 | 0.32 |
| Hex | 8A | 8C | 19 | 1 | 0 | 52 | 2D | 3D | 46 | 20 |
| Octal | 212 | 214 | 31 | 1 | 0 | 122 | 55 | 75 | 106 | 40 |
| Binary | 10001010 | 10001100 | 11001 | 1 | 0 | 1010010 | 101101 | 111101 | 1000110 | 100000 |
Color Harmonies of #8A8C19
Complementary color
Monochromatic Colors of #8A8C19
Black with #8A8C19
Text Example
Text Example
White with #8A8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8C19; }
p { color: rgb(138,140,25); }
H1.HeaderClassName
{
color: #8A8C19;
}
.AnyTagClassName
{
color: #8A8C19;
}
</style>
background-color css
<style>
a { background-color: #8A8C19; }
a { background-color: rgb(138,140,25); }
div.DivClassName
{
background-color: #8A8C19;
}
.BgClassName
{
background-color: #8A8C19;
}
</style>
border-color css
<style>
span { border-color: #8A8C19; }
span { border-color: rgb(138,140,25); }
td.TdClassName
{
border-color: #8A8C19;
}
.TagClassName
{
border-color: #8A8C19;
}
</style>