Shades of Mountain Meadow #07AF84
Tints of Mountain Meadow #07AF84
RGB
CMYK
RGB Variations
Color information
#07AF84 (or 0x07AF84) is known color: Mountain Meadow. HEX triplet: 07, AF and 84. RGB value is (7,175,132). Sum of RGB (Red+Green+Blue) = 7+175+132=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AF84 is #F8507B. Grayscale: #777777. Windows color (decimal): -16273532 or 8695559. OLE color: 8695559.
HSL color Cylindrical-coordinate representation of color #07AF84: hue angle of 164.64º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF84 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 132 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.31 |
| HSL | 164.64º | 0.92% | 0.36% | - |
| HSV(B) | 164.64º | 0.96% | 0.69% | - |
| XYZ | 19.58 | 32.37 | 27.05 | - |
| YUV | 119.87 | 134.84 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 132 | 0.96 | 0 | 0.25 | 0.31 | 164.64 | 0.92 | 0.36 |
| Hex | 7 | AF | 84 | 60 | 0 | 19 | 1F | A5 | 5C | 24 |
| Octal | 7 | 257 | 204 | 140 | 0 | 31 | 37 | 245 | 134 | 44 |
| Binary | 111 | 10101111 | 10000100 | 1100000 | 0 | 11001 | 11111 | 10100101 | 1011100 | 100100 |
Color Harmonies of #07AF84
Complementary color
Monochromatic Colors of #07AF84
Black with #07AF84
Text Example
Text Example
White with #07AF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF84; }
p { color: rgb(7,175,132); }
H1.HeaderClassName
{
color: #07AF84;
}
.AnyTagClassName
{
color: #07AF84;
}
</style>
background-color css
<style>
a { background-color: #07AF84; }
a { background-color: rgb(7,175,132); }
div.DivClassName
{
background-color: #07AF84;
}
.BgClassName
{
background-color: #07AF84;
}
</style>
border-color css
<style>
span { border-color: #07AF84; }
span { border-color: rgb(7,175,132); }
td.TdClassName
{
border-color: #07AF84;
}
.TagClassName
{
border-color: #07AF84;
}
</style>