Shades of Bay Leaf #7AC18F
Tints of Bay Leaf #7AC18F
RGB
CMYK
RGB Variations
Color information
#7AC18F (or 0x7AC18F) is known color: Bay Leaf. HEX triplet: 7A, C1 and 8F. RGB value is (122,193,143). Sum of RGB (Red+Green+Blue) = 122+193+143=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC18F is #853E70. Grayscale: #A6A6A6. Windows color (decimal): -8732273 or 9421178. OLE color: 9421178.
HSL color Cylindrical-coordinate representation of color #7AC18F: hue angle of 137.75º degrees, saturation: 0.36, 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 #7AC18F is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 143 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.24 |
| HSL | 137.75º | 0.36% | 0.62% | - |
| HSV(B) | 137.75º | 0.37% | 0.76% | - |
| XYZ | 32.05 | 44.26 | 32.84 | - |
| YUV | 166.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 143 | 0.37 | 0 | 0.26 | 0.24 | 137.75 | 0.36 | 0.62 |
| Hex | 7A | C1 | 8F | 25 | 0 | 1A | 18 | 8A | 24 | 3E |
| Octal | 172 | 301 | 217 | 45 | 0 | 32 | 30 | 212 | 44 | 76 |
| Binary | 1111010 | 11000001 | 10001111 | 100101 | 0 | 11010 | 11000 | 10001010 | 100100 | 111110 |
Color Harmonies of #7AC18F
Complementary color
Monochromatic Colors of #7AC18F
Black with #7AC18F
Text Example
Text Example
White with #7AC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC18F; }
p { color: rgb(122,193,143); }
H1.HeaderClassName
{
color: #7AC18F;
}
.AnyTagClassName
{
color: #7AC18F;
}
</style>
background-color css
<style>
a { background-color: #7AC18F; }
a { background-color: rgb(122,193,143); }
div.DivClassName
{
background-color: #7AC18F;
}
.BgClassName
{
background-color: #7AC18F;
}
</style>
border-color css
<style>
span { border-color: #7AC18F; }
span { border-color: rgb(122,193,143); }
td.TdClassName
{
border-color: #7AC18F;
}
.TagClassName
{
border-color: #7AC18F;
}
</style>