Shades of Mountain Meadow #07AF81
Tints of Mountain Meadow #07AF81
RGB
CMYK
RGB Variations
Color information
#07AF81 (or 0x07AF81) is known color: Mountain Meadow. HEX triplet: 07, AF and 81. RGB value is (7,175,129). Sum of RGB (Red+Green+Blue) = 7+175+129=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AF81 is #F8507E. Grayscale: #777777. Windows color (decimal): -16273535 or 8498951. OLE color: 8498951.
HSL color Cylindrical-coordinate representation of color #07AF81: hue angle of 163.57º 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 #07AF81 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 129 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.31 |
| HSL | 163.57º | 0.92% | 0.36% | - |
| HSV(B) | 163.57º | 0.96% | 0.69% | - |
| XYZ | 19.38 | 32.29 | 25.98 | - |
| YUV | 119.52 | 133.34 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 129 | 0.96 | 0 | 0.26 | 0.31 | 163.57 | 0.92 | 0.36 |
| Hex | 7 | AF | 81 | 60 | 0 | 1A | 1F | A4 | 5C | 24 |
| Octal | 7 | 257 | 201 | 140 | 0 | 32 | 37 | 244 | 134 | 44 |
| Binary | 111 | 10101111 | 10000001 | 1100000 | 0 | 11010 | 11111 | 10100100 | 1011100 | 100100 |
Color Harmonies of #07AF81
Complementary color
Monochromatic Colors of #07AF81
Black with #07AF81
Text Example
Text Example
White with #07AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF81; }
p { color: rgb(7,175,129); }
H1.HeaderClassName
{
color: #07AF81;
}
.AnyTagClassName
{
color: #07AF81;
}
</style>
background-color css
<style>
a { background-color: #07AF81; }
a { background-color: rgb(7,175,129); }
div.DivClassName
{
background-color: #07AF81;
}
.BgClassName
{
background-color: #07AF81;
}
</style>
border-color css
<style>
span { border-color: #07AF81; }
span { border-color: rgb(7,175,129); }
td.TdClassName
{
border-color: #07AF81;
}
.TagClassName
{
border-color: #07AF81;
}
</style>