Shades of Trendy Green #8A8A1D
Tints of Trendy Green #8A8A1D
RGB
CMYK
RGB Variations
Color information
#8A8A1D (or 0x8A8A1D) is known color: Trendy Green. HEX triplet: 8A, 8A and 1D. RGB value is (138,138,29). Sum of RGB (Red+Green+Blue) = 138+138+29=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8A1D is #7575E2. Grayscale: #7E7E7E. Windows color (decimal): -7697891 or 1936010. OLE color: 1936010.
HSL color Cylindrical-coordinate representation of color #8A8A1D: hue angle of 60º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A8A1D is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 138 | 29 | - |
| CMYK | 0 | 0 | 0.79 | 0.46 |
| HSL | 60º | 0.65% | 0.33% | - |
| HSV(B) | 60º | 0.79% | 0.54% | - |
| XYZ | 19.79 | 23.67 | 4.69 | - |
| YUV | 125.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 29 | 0 | 0 | 0.79 | 0.46 | 60 | 0.65 | 0.33 |
| Hex | 8A | 8A | 1D | 0 | 0 | 4F | 2E | 3C | 41 | 21 |
| Octal | 212 | 212 | 35 | 0 | 0 | 117 | 56 | 74 | 101 | 41 |
| Binary | 10001010 | 10001010 | 11101 | 0 | 0 | 1001111 | 101110 | 111100 | 1000001 | 100001 |
Color Harmonies of #8A8A1D
Complementary color
Monochromatic Colors of #8A8A1D
Black with #8A8A1D
Text Example
Text Example
White with #8A8A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8A1D; }
p { color: rgb(138,138,29); }
H1.HeaderClassName
{
color: #8A8A1D;
}
.AnyTagClassName
{
color: #8A8A1D;
}
</style>
background-color css
<style>
a { background-color: #8A8A1D; }
a { background-color: rgb(138,138,29); }
div.DivClassName
{
background-color: #8A8A1D;
}
.BgClassName
{
background-color: #8A8A1D;
}
</style>
border-color css
<style>
span { border-color: #8A8A1D; }
span { border-color: rgb(138,138,29); }
td.TdClassName
{
border-color: #8A8A1D;
}
.TagClassName
{
border-color: #8A8A1D;
}
</style>