Shades of Bay Leaf #7AC48E
Tints of Bay Leaf #7AC48E
RGB
CMYK
RGB Variations
Color information
#7AC48E (or 0x7AC48E) is known color: Bay Leaf. HEX triplet: 7A, C4 and 8E. RGB value is (122,196,142). Sum of RGB (Red+Green+Blue) = 122+196+142=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC48E is #853B71. Grayscale: #A7A7A7. Windows color (decimal): -8731506 or 9356410. OLE color: 9356410.
HSL color Cylindrical-coordinate representation of color #7AC48E: hue angle of 136.22º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC48E is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 196 | 142 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.23 |
| HSL | 136.22º | 0.39% | 0.62% | - |
| HSV(B) | 136.22º | 0.38% | 0.77% | - |
| XYZ | 32.65 | 45.57 | 32.67 | - |
| YUV | 167.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 196 | 142 | 0.38 | 0 | 0.28 | 0.23 | 136.22 | 0.39 | 0.62 |
| Hex | 7A | C4 | 8E | 26 | 0 | 1C | 17 | 88 | 27 | 3E |
| Octal | 172 | 304 | 216 | 46 | 0 | 34 | 27 | 210 | 47 | 76 |
| Binary | 1111010 | 11000100 | 10001110 | 100110 | 0 | 11100 | 10111 | 10001000 | 100111 | 111110 |
Color Harmonies of #7AC48E
Complementary color
Monochromatic Colors of #7AC48E
Black with #7AC48E
Text Example
Text Example
White with #7AC48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC48E; }
p { color: rgb(122,196,142); }
H1.HeaderClassName
{
color: #7AC48E;
}
.AnyTagClassName
{
color: #7AC48E;
}
</style>
background-color css
<style>
a { background-color: #7AC48E; }
a { background-color: rgb(122,196,142); }
div.DivClassName
{
background-color: #7AC48E;
}
.BgClassName
{
background-color: #7AC48E;
}
</style>
border-color css
<style>
span { border-color: #7AC48E; }
span { border-color: rgb(122,196,142); }
td.TdClassName
{
border-color: #7AC48E;
}
.TagClassName
{
border-color: #7AC48E;
}
</style>