Shades of Bay Leaf #7AC38E
Tints of Bay Leaf #7AC38E
RGB
CMYK
RGB Variations
Color information
#7AC38E (or 0x7AC38E) is known color: Bay Leaf. HEX triplet: 7A, C3 and 8E. RGB value is (122,195,142). Sum of RGB (Red+Green+Blue) = 122+195+142=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC38E is #853C71. Grayscale: #A7A7A7. Windows color (decimal): -8731762 or 9356154. OLE color: 9356154.
HSL color Cylindrical-coordinate representation of color #7AC38E: hue angle of 136.44º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC38E is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 142 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.24 |
| HSL | 136.44º | 0.38% | 0.62% | - |
| HSV(B) | 136.44º | 0.37% | 0.76% | - |
| XYZ | 32.42 | 45.12 | 32.59 | - |
| YUV | 167.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 142 | 0.37 | 0 | 0.27 | 0.24 | 136.44 | 0.38 | 0.62 |
| Hex | 7A | C3 | 8E | 25 | 0 | 1B | 18 | 88 | 26 | 3E |
| Octal | 172 | 303 | 216 | 45 | 0 | 33 | 30 | 210 | 46 | 76 |
| Binary | 1111010 | 11000011 | 10001110 | 100101 | 0 | 11011 | 11000 | 10001000 | 100110 | 111110 |
Color Harmonies of #7AC38E
Complementary color
Monochromatic Colors of #7AC38E
Black with #7AC38E
Text Example
Text Example
White with #7AC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC38E; }
p { color: rgb(122,195,142); }
H1.HeaderClassName
{
color: #7AC38E;
}
.AnyTagClassName
{
color: #7AC38E;
}
</style>
background-color css
<style>
a { background-color: #7AC38E; }
a { background-color: rgb(122,195,142); }
div.DivClassName
{
background-color: #7AC38E;
}
.BgClassName
{
background-color: #7AC38E;
}
</style>
border-color css
<style>
span { border-color: #7AC38E; }
span { border-color: rgb(122,195,142); }
td.TdClassName
{
border-color: #7AC38E;
}
.TagClassName
{
border-color: #7AC38E;
}
</style>