Shades of Trendy Green #8C8A19
Tints of Trendy Green #8C8A19
RGB
CMYK
RGB Variations
Color information
#8C8A19 (or 0x8C8A19) is known color: Trendy Green. HEX triplet: 8C, 8A and 19. RGB value is (140,138,25). Sum of RGB (Red+Green+Blue) = 140+138+25=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8A19 is #7375E6. Grayscale: #7E7E7E. Windows color (decimal): -7566823 or 1673868. OLE color: 1673868.
HSL color Cylindrical-coordinate representation of color #8C8A19: hue angle of 58.96º 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 #8C8A19 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 138 | 25 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.45 |
| HSL | 58.96º | 0.7% | 0.32% | - |
| HSV(B) | 58.96º | 0.82% | 0.55% | - |
| XYZ | 20.08 | 23.82 | 4.46 | - |
| YUV | 125.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 25 | 0 | 0.01 | 0.82 | 0.45 | 58.96 | 0.7 | 0.32 |
| Hex | 8C | 8A | 19 | 0 | 1 | 52 | 2D | 3B | 46 | 20 |
| Octal | 214 | 212 | 31 | 0 | 1 | 122 | 55 | 73 | 106 | 40 |
| Binary | 10001100 | 10001010 | 11001 | 0 | 1 | 1010010 | 101101 | 111011 | 1000110 | 100000 |
Color Harmonies of #8C8A19
Complementary color
Monochromatic Colors of #8C8A19
Black with #8C8A19
Text Example
Text Example
White with #8C8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A19; }
p { color: rgb(140,138,25); }
H1.HeaderClassName
{
color: #8C8A19;
}
.AnyTagClassName
{
color: #8C8A19;
}
</style>
background-color css
<style>
a { background-color: #8C8A19; }
a { background-color: rgb(140,138,25); }
div.DivClassName
{
background-color: #8C8A19;
}
.BgClassName
{
background-color: #8C8A19;
}
</style>
border-color css
<style>
span { border-color: #8C8A19; }
span { border-color: rgb(140,138,25); }
td.TdClassName
{
border-color: #8C8A19;
}
.TagClassName
{
border-color: #8C8A19;
}
</style>