Shades of Bay Leaf #80AC8A
Tints of Bay Leaf #80AC8A
RGB
CMYK
RGB Variations
Color information
#80AC8A (or 0x80AC8A) is known color: Bay Leaf. HEX triplet: 80, AC and 8A. RGB value is (128,172,138). Sum of RGB (Red+Green+Blue) = 128+172+138=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC8A is #7F5375. Grayscale: #9B9B9B. Windows color (decimal): -8344438 or 9088128. OLE color: 9088128.
HSL color Cylindrical-coordinate representation of color #80AC8A: hue angle of 133.64º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AC8A is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 138 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.33 |
| HSL | 133.64º | 0.21% | 0.59% | - |
| HSV(B) | 133.64º | 0.26% | 0.67% | - |
| XYZ | 28.24 | 35.93 | 29.49 | - |
| YUV | 154.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 138 | 0.26 | 0 | 0.20 | 0.33 | 133.64 | 0.21 | 0.59 |
| Hex | 80 | AC | 8A | 1A | 0 | 14 | 21 | 86 | 15 | 3B |
| Octal | 200 | 254 | 212 | 32 | 0 | 24 | 41 | 206 | 25 | 73 |
| Binary | 10000000 | 10101100 | 10001010 | 11010 | 0 | 10100 | 100001 | 10000110 | 10101 | 111011 |
Color Harmonies of #80AC8A
Complementary color
Monochromatic Colors of #80AC8A
Black with #80AC8A
Text Example
Text Example
White with #80AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC8A; }
p { color: rgb(128,172,138); }
H1.HeaderClassName
{
color: #80AC8A;
}
.AnyTagClassName
{
color: #80AC8A;
}
</style>
background-color css
<style>
a { background-color: #80AC8A; }
a { background-color: rgb(128,172,138); }
div.DivClassName
{
background-color: #80AC8A;
}
.BgClassName
{
background-color: #80AC8A;
}
</style>
border-color css
<style>
span { border-color: #80AC8A; }
span { border-color: rgb(128,172,138); }
td.TdClassName
{
border-color: #80AC8A;
}
.TagClassName
{
border-color: #80AC8A;
}
</style>