Shades of Trendy Green #898A13
Tints of Trendy Green #898A13
RGB
CMYK
RGB Variations
Color information
#898A13 (or 0x898A13) is known color: Trendy Green. HEX triplet: 89, 8A and 13. RGB value is (137,138,19). Sum of RGB (Red+Green+Blue) = 137+138+19=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #898A13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898A13 is #7675EC. Grayscale: #7C7C7C. Windows color (decimal): -7763437 or 1280649. OLE color: 1280649.
HSL color Cylindrical-coordinate representation of color #898A13: hue angle of 60.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #898A13 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 138 | 19 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.46 |
| HSL | 60.5º | 0.76% | 0.31% | - |
| HSV(B) | 60.5º | 0.86% | 0.54% | - |
| XYZ | 19.52 | 23.54 | 4.13 | - |
| YUV | 124.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 19 | 0.01 | 0 | 0.86 | 0.46 | 60.5 | 0.76 | 0.31 |
| Hex | 89 | 8A | 13 | 1 | 0 | 56 | 2E | 3D | 4C | 1F |
| Octal | 211 | 212 | 23 | 1 | 0 | 126 | 56 | 75 | 114 | 37 |
| Binary | 10001001 | 10001010 | 10011 | 1 | 0 | 1010110 | 101110 | 111101 | 1001100 | 11111 |
Color Harmonies of #898A13
Complementary color
Monochromatic Colors of #898A13
Black with #898A13
Text Example
Text Example
White with #898A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A13; }
p { color: rgb(137,138,19); }
H1.HeaderClassName
{
color: #898A13;
}
.AnyTagClassName
{
color: #898A13;
}
</style>
background-color css
<style>
a { background-color: #898A13; }
a { background-color: rgb(137,138,19); }
div.DivClassName
{
background-color: #898A13;
}
.BgClassName
{
background-color: #898A13;
}
</style>
border-color css
<style>
span { border-color: #898A13; }
span { border-color: rgb(137,138,19); }
td.TdClassName
{
border-color: #898A13;
}
.TagClassName
{
border-color: #898A13;
}
</style>