Shades of Mountain Meadow #07AD83
Tints of Mountain Meadow #07AD83
RGB
CMYK
RGB Variations
Color information
#07AD83 (or 0x07AD83) is known color: Mountain Meadow. HEX triplet: 07, AD and 83. RGB value is (7,173,131). Sum of RGB (Red+Green+Blue) = 7+173+131=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AD83 is #F8527C. Grayscale: #767676. Windows color (decimal): -16274045 or 8629511. OLE color: 8629511.
HSL color Cylindrical-coordinate representation of color #07AD83: hue angle of 164.82º 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 #07AD83 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 131 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.32 |
| HSL | 164.82º | 0.92% | 0.35% | - |
| HSV(B) | 164.82º | 0.96% | 0.68% | - |
| XYZ | 19.13 | 31.57 | 26.56 | - |
| YUV | 118.58 | 135 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 131 | 0.96 | 0 | 0.24 | 0.32 | 164.82 | 0.92 | 0.35 |
| Hex | 7 | AD | 83 | 60 | 0 | 18 | 20 | A5 | 5C | 23 |
| Octal | 7 | 255 | 203 | 140 | 0 | 30 | 40 | 245 | 134 | 43 |
| Binary | 111 | 10101101 | 10000011 | 1100000 | 0 | 11000 | 100000 | 10100101 | 1011100 | 100011 |
Color Harmonies of #07AD83
Complementary color
Monochromatic Colors of #07AD83
Black with #07AD83
Text Example
Text Example
White with #07AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD83; }
p { color: rgb(7,173,131); }
H1.HeaderClassName
{
color: #07AD83;
}
.AnyTagClassName
{
color: #07AD83;
}
</style>
background-color css
<style>
a { background-color: #07AD83; }
a { background-color: rgb(7,173,131); }
div.DivClassName
{
background-color: #07AD83;
}
.BgClassName
{
background-color: #07AD83;
}
</style>
border-color css
<style>
span { border-color: #07AD83; }
span { border-color: rgb(7,173,131); }
td.TdClassName
{
border-color: #07AD83;
}
.TagClassName
{
border-color: #07AD83;
}
</style>