Shades of Trendy Green #8A8A1C
Tints of Trendy Green #8A8A1C
RGB
CMYK
RGB Variations
Color information
#8A8A1C (or 0x8A8A1C) is known color: Trendy Green. HEX triplet: 8A, 8A and 1C. RGB value is (138,138,28). Sum of RGB (Red+Green+Blue) = 138+138+28=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8A1C is #7575E3. Grayscale: #7D7D7D. Windows color (decimal): -7697892 or 1870474. OLE color: 1870474.
HSL color Cylindrical-coordinate representation of color #8A8A1C: hue angle of 60º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A8A1C is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 138 | 28 | - |
| CMYK | 0 | 0 | 0.80 | 0.46 |
| HSL | 60º | 0.66% | 0.33% | - |
| HSV(B) | 60º | 0.8% | 0.54% | - |
| XYZ | 19.78 | 23.66 | 4.62 | - |
| YUV | 125.46 | 73 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 28 | 0 | 0 | 0.80 | 0.46 | 60 | 0.66 | 0.33 |
| Hex | 8A | 8A | 1C | 0 | 0 | 50 | 2E | 3C | 42 | 21 |
| Octal | 212 | 212 | 34 | 0 | 0 | 120 | 56 | 74 | 102 | 41 |
| Binary | 10001010 | 10001010 | 11100 | 0 | 0 | 1010000 | 101110 | 111100 | 1000010 | 100001 |
Color Harmonies of #8A8A1C
Complementary color
Monochromatic Colors of #8A8A1C
Black with #8A8A1C
Text Example
Text Example
White with #8A8A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8A1C; }
p { color: rgb(138,138,28); }
H1.HeaderClassName
{
color: #8A8A1C;
}
.AnyTagClassName
{
color: #8A8A1C;
}
</style>
background-color css
<style>
a { background-color: #8A8A1C; }
a { background-color: rgb(138,138,28); }
div.DivClassName
{
background-color: #8A8A1C;
}
.BgClassName
{
background-color: #8A8A1C;
}
</style>
border-color css
<style>
span { border-color: #8A8A1C; }
span { border-color: rgb(138,138,28); }
td.TdClassName
{
border-color: #8A8A1C;
}
.TagClassName
{
border-color: #8A8A1C;
}
</style>