Shades of Trendy Green #8A8A27
Tints of Trendy Green #8A8A27
RGB
CMYK
RGB Variations
Color information
#8A8A27 (or 0x8A8A27) is known color: Trendy Green. HEX triplet: 8A, 8A and 27. RGB value is (138,138,39). Sum of RGB (Red+Green+Blue) = 138+138+39=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8A27 is #7575D8. Grayscale: #7F7F7F. Windows color (decimal): -7697881 or 2591370. OLE color: 2591370.
HSL color Cylindrical-coordinate representation of color #8A8A27: hue angle of 60º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A8A27 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 138 | 39 | - |
| CMYK | 0 | 0 | 0.72 | 0.46 |
| HSL | 60º | 0.56% | 0.35% | - |
| HSV(B) | 60º | 0.72% | 0.54% | - |
| XYZ | 19.94 | 23.73 | 5.45 | - |
| YUV | 126.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 39 | 0 | 0 | 0.72 | 0.46 | 60 | 0.56 | 0.35 |
| Hex | 8A | 8A | 27 | 0 | 0 | 48 | 2E | 3C | 38 | 23 |
| Octal | 212 | 212 | 47 | 0 | 0 | 110 | 56 | 74 | 70 | 43 |
| Binary | 10001010 | 10001010 | 100111 | 0 | 0 | 1001000 | 101110 | 111100 | 111000 | 100011 |
Color Harmonies of #8A8A27
Complementary color
Monochromatic Colors of #8A8A27
Black with #8A8A27
Text Example
Text Example
White with #8A8A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8A27; }
p { color: rgb(138,138,39); }
H1.HeaderClassName
{
color: #8A8A27;
}
.AnyTagClassName
{
color: #8A8A27;
}
</style>
background-color css
<style>
a { background-color: #8A8A27; }
a { background-color: rgb(138,138,39); }
div.DivClassName
{
background-color: #8A8A27;
}
.BgClassName
{
background-color: #8A8A27;
}
</style>
border-color css
<style>
span { border-color: #8A8A27; }
span { border-color: rgb(138,138,39); }
td.TdClassName
{
border-color: #8A8A27;
}
.TagClassName
{
border-color: #8A8A27;
}
</style>