Shades of Trendy Green #858A17
Tints of Trendy Green #858A17
RGB
CMYK
RGB Variations
Color information
#858A17 (or 0x858A17) is known color: Trendy Green. HEX triplet: 85, 8A and 17. RGB value is (133,138,23). Sum of RGB (Red+Green+Blue) = 133+138+23=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #858A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858A17 is #7A75E8. Grayscale: #7B7B7B. Windows color (decimal): -8025577 or 1542789. OLE color: 1542789.
HSL color Cylindrical-coordinate representation of color #858A17: hue angle of 62.61º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #858A17 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 23 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.46 |
| HSL | 62.61º | 0.71% | 0.32% | - |
| HSV(B) | 62.61º | 0.83% | 0.54% | - |
| XYZ | 18.92 | 23.23 | 4.3 | - |
| YUV | 123.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 23 | 0.04 | 0 | 0.83 | 0.46 | 62.61 | 0.71 | 0.32 |
| Hex | 85 | 8A | 17 | 4 | 0 | 53 | 2E | 3F | 47 | 20 |
| Octal | 205 | 212 | 27 | 4 | 0 | 123 | 56 | 77 | 107 | 40 |
| Binary | 10000101 | 10001010 | 10111 | 100 | 0 | 1010011 | 101110 | 111111 | 1000111 | 100000 |
Color Harmonies of #858A17
Complementary color
Monochromatic Colors of #858A17
Black with #858A17
Text Example
Text Example
White with #858A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A17; }
p { color: rgb(133,138,23); }
H1.HeaderClassName
{
color: #858A17;
}
.AnyTagClassName
{
color: #858A17;
}
</style>
background-color css
<style>
a { background-color: #858A17; }
a { background-color: rgb(133,138,23); }
div.DivClassName
{
background-color: #858A17;
}
.BgClassName
{
background-color: #858A17;
}
</style>
border-color css
<style>
span { border-color: #858A17; }
span { border-color: rgb(133,138,23); }
td.TdClassName
{
border-color: #858A17;
}
.TagClassName
{
border-color: #858A17;
}
</style>