Shades of Mountain Meadow #07AD84
Tints of Mountain Meadow #07AD84
RGB
CMYK
RGB Variations
Color information
#07AD84 (or 0x07AD84) is known color: Mountain Meadow. HEX triplet: 07, AD and 84. RGB value is (7,173,132). Sum of RGB (Red+Green+Blue) = 7+173+132=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AD84 is #F8527B. Grayscale: #767676. Windows color (decimal): -16274044 or 8695047. OLE color: 8695047.
HSL color Cylindrical-coordinate representation of color #07AD84: hue angle of 165.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AD84 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 132 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.32 |
| HSL | 165.18º | 0.92% | 0.35% | - |
| HSV(B) | 165.18º | 0.96% | 0.68% | - |
| XYZ | 19.2 | 31.6 | 26.92 | - |
| YUV | 118.69 | 135.5 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 132 | 0.96 | 0 | 0.24 | 0.32 | 165.18 | 0.92 | 0.35 |
| Hex | 7 | AD | 84 | 60 | 0 | 18 | 20 | A5 | 5C | 23 |
| Octal | 7 | 255 | 204 | 140 | 0 | 30 | 40 | 245 | 134 | 43 |
| Binary | 111 | 10101101 | 10000100 | 1100000 | 0 | 11000 | 100000 | 10100101 | 1011100 | 100011 |
Color Harmonies of #07AD84
Complementary color
Monochromatic Colors of #07AD84
Black with #07AD84
Text Example
Text Example
White with #07AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD84; }
p { color: rgb(7,173,132); }
H1.HeaderClassName
{
color: #07AD84;
}
.AnyTagClassName
{
color: #07AD84;
}
</style>
background-color css
<style>
a { background-color: #07AD84; }
a { background-color: rgb(7,173,132); }
div.DivClassName
{
background-color: #07AD84;
}
.BgClassName
{
background-color: #07AD84;
}
</style>
border-color css
<style>
span { border-color: #07AD84; }
span { border-color: rgb(7,173,132); }
td.TdClassName
{
border-color: #07AD84;
}
.TagClassName
{
border-color: #07AD84;
}
</style>