Shades of Mountain Meadow #07AF83
Tints of Mountain Meadow #07AF83
RGB
CMYK
RGB Variations
Color information
#07AF83 (or 0x07AF83) is known color: Mountain Meadow. HEX triplet: 07, AF and 83. RGB value is (7,175,131). Sum of RGB (Red+Green+Blue) = 7+175+131=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AF83 is #F8507C. Grayscale: #777777. Windows color (decimal): -16273533 or 8630023. OLE color: 8630023.
HSL color Cylindrical-coordinate representation of color #07AF83: hue angle of 164.29º 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 #07AF83 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 131 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.31 |
| HSL | 164.29º | 0.92% | 0.36% | - |
| HSV(B) | 164.29º | 0.96% | 0.69% | - |
| XYZ | 19.51 | 32.34 | 26.69 | - |
| YUV | 119.75 | 134.34 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 131 | 0.96 | 0 | 0.25 | 0.31 | 164.29 | 0.92 | 0.36 |
| Hex | 7 | AF | 83 | 60 | 0 | 19 | 1F | A4 | 5C | 24 |
| Octal | 7 | 257 | 203 | 140 | 0 | 31 | 37 | 244 | 134 | 44 |
| Binary | 111 | 10101111 | 10000011 | 1100000 | 0 | 11001 | 11111 | 10100100 | 1011100 | 100100 |
Color Harmonies of #07AF83
Complementary color
Monochromatic Colors of #07AF83
Black with #07AF83
Text Example
Text Example
White with #07AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF83; }
p { color: rgb(7,175,131); }
H1.HeaderClassName
{
color: #07AF83;
}
.AnyTagClassName
{
color: #07AF83;
}
</style>
background-color css
<style>
a { background-color: #07AF83; }
a { background-color: rgb(7,175,131); }
div.DivClassName
{
background-color: #07AF83;
}
.BgClassName
{
background-color: #07AF83;
}
</style>
border-color css
<style>
span { border-color: #07AF83; }
span { border-color: rgb(7,175,131); }
td.TdClassName
{
border-color: #07AF83;
}
.TagClassName
{
border-color: #07AF83;
}
</style>