Shades of Trendy Green #808F24
Tints of Trendy Green #808F24
RGB
CMYK
RGB Variations
Color information
#808F24 (or 0x808F24) is known color: Trendy Green. HEX triplet: 80, 8F and 24. RGB value is (128,143,36). Sum of RGB (Red+Green+Blue) = 128+143+36=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #808F24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808F24 is #7F70DB. Grayscale: #7E7E7E. Windows color (decimal): -8351964 or 2396032. OLE color: 2396032.
HSL color Cylindrical-coordinate representation of color #808F24: hue angle of 68.41º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #808F24 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 143 | 36 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.44 |
| HSL | 68.41º | 0.6% | 0.35% | - |
| HSV(B) | 68.41º | 0.75% | 0.56% | - |
| XYZ | 19.04 | 24.36 | 5.37 | - |
| YUV | 126.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 36 | 0.10 | 0 | 0.75 | 0.44 | 68.41 | 0.6 | 0.35 |
| Hex | 80 | 8F | 24 | A | 0 | 4B | 2C | 44 | 3C | 23 |
| Octal | 200 | 217 | 44 | 12 | 0 | 113 | 54 | 104 | 74 | 43 |
| Binary | 10000000 | 10001111 | 100100 | 1010 | 0 | 1001011 | 101100 | 1000100 | 111100 | 100011 |
Color Harmonies of #808F24
Complementary color
Monochromatic Colors of #808F24
Black with #808F24
Text Example
Text Example
White with #808F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808F24; }
p { color: rgb(128,143,36); }
H1.HeaderClassName
{
color: #808F24;
}
.AnyTagClassName
{
color: #808F24;
}
</style>
background-color css
<style>
a { background-color: #808F24; }
a { background-color: rgb(128,143,36); }
div.DivClassName
{
background-color: #808F24;
}
.BgClassName
{
background-color: #808F24;
}
</style>
border-color css
<style>
span { border-color: #808F24; }
span { border-color: rgb(128,143,36); }
td.TdClassName
{
border-color: #808F24;
}
.TagClassName
{
border-color: #808F24;
}
</style>