Shades of Mountain Meadow #1AC098
Tints of Mountain Meadow #1AC098
RGB
CMYK
RGB Variations
Color information
#1AC098 (or 0x1AC098) is known color: Mountain Meadow. HEX triplet: 1A, C0 and 98. RGB value is (26,192,152). Sum of RGB (Red+Green+Blue) = 26+192+152=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC098 is #E53F67. Grayscale: #898989. Windows color (decimal): -15023976 or 10010650. OLE color: 10010650.
HSL color Cylindrical-coordinate representation of color #1AC098: hue angle of 165.54º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC098 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 152 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.25 |
| HSL | 165.54º | 0.76% | 0.43% | - |
| HSV(B) | 165.54º | 0.86% | 0.75% | - |
| XYZ | 24.94 | 40.19 | 36.15 | - |
| YUV | 137.81 | 136 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 152 | 0.86 | 0 | 0.21 | 0.25 | 165.54 | 0.76 | 0.43 |
| Hex | 1A | C0 | 98 | 56 | 0 | 15 | 19 | A6 | 4C | 2B |
| Octal | 32 | 300 | 230 | 126 | 0 | 25 | 31 | 246 | 114 | 53 |
| Binary | 11010 | 11000000 | 10011000 | 1010110 | 0 | 10101 | 11001 | 10100110 | 1001100 | 101011 |
Color Harmonies of #1AC098
Complementary color
Monochromatic Colors of #1AC098
Black with #1AC098
Text Example
Text Example
White with #1AC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC098; }
p { color: rgb(26,192,152); }
H1.HeaderClassName
{
color: #1AC098;
}
.AnyTagClassName
{
color: #1AC098;
}
</style>
background-color css
<style>
a { background-color: #1AC098; }
a { background-color: rgb(26,192,152); }
div.DivClassName
{
background-color: #1AC098;
}
.BgClassName
{
background-color: #1AC098;
}
</style>
border-color css
<style>
span { border-color: #1AC098; }
span { border-color: rgb(26,192,152); }
td.TdClassName
{
border-color: #1AC098;
}
.TagClassName
{
border-color: #1AC098;
}
</style>