Shades of Mountain Meadow #1FB07B
Tints of Mountain Meadow #1FB07B
RGB
CMYK
RGB Variations
Color information
#1FB07B (or 0x1FB07B) is known color: Mountain Meadow. HEX triplet: 1F, B0 and 7B. RGB value is (31,176,123). Sum of RGB (Red+Green+Blue) = 31+176+123=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FB07B is #E04F84. Grayscale: #7E7E7E. Windows color (decimal): -14700421 or 8106015. OLE color: 8106015.
HSL color Cylindrical-coordinate representation of color #1FB07B: hue angle of 158.07º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB07B is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 123 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.31 |
| HSL | 158.07º | 0.7% | 0.41% | - |
| HSV(B) | 158.07º | 0.82% | 0.69% | - |
| XYZ | 19.67 | 32.77 | 24.03 | - |
| YUV | 126.6 | 125.96 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 123 | 0.82 | 0 | 0.30 | 0.31 | 158.07 | 0.7 | 0.41 |
| Hex | 1F | B0 | 7B | 52 | 0 | 1E | 1F | 9E | 46 | 29 |
| Octal | 37 | 260 | 173 | 122 | 0 | 36 | 37 | 236 | 106 | 51 |
| Binary | 11111 | 10110000 | 1111011 | 1010010 | 0 | 11110 | 11111 | 10011110 | 1000110 | 101001 |
Color Harmonies of #1FB07B
Complementary color
Monochromatic Colors of #1FB07B
Black with #1FB07B
Text Example
Text Example
White with #1FB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB07B; }
p { color: rgb(31,176,123); }
H1.HeaderClassName
{
color: #1FB07B;
}
.AnyTagClassName
{
color: #1FB07B;
}
</style>
background-color css
<style>
a { background-color: #1FB07B; }
a { background-color: rgb(31,176,123); }
div.DivClassName
{
background-color: #1FB07B;
}
.BgClassName
{
background-color: #1FB07B;
}
</style>
border-color css
<style>
span { border-color: #1FB07B; }
span { border-color: rgb(31,176,123); }
td.TdClassName
{
border-color: #1FB07B;
}
.TagClassName
{
border-color: #1FB07B;
}
</style>