Shades of Mountain Meadow #1AC168
Tints of Mountain Meadow #1AC168
RGB
CMYK
RGB Variations
Color information
#1AC168 (or 0x1AC168) is known color: Mountain Meadow. HEX triplet: 1A, C1 and 68. RGB value is (26,193,104). Sum of RGB (Red+Green+Blue) = 26+193+104=323 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.05% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC168 is #E53E97. Grayscale: #858585. Windows color (decimal): -15023768 or 6865178. OLE color: 6865178.
HSL color Cylindrical-coordinate representation of color #1AC168: hue angle of 148.02º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC168 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 193 | 104 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.24 |
| HSL | 148.02º | 0.76% | 0.43% | - |
| HSV(B) | 148.02º | 0.87% | 0.76% | - |
| XYZ | 21.99 | 39.36 | 19.53 | - |
| YUV | 132.92 | 111.67 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 104 | 0.87 | 0 | 0.46 | 0.24 | 148.02 | 0.76 | 0.43 |
| Hex | 1A | C1 | 68 | 57 | 0 | 2E | 18 | 94 | 4C | 2B |
| Octal | 32 | 301 | 150 | 127 | 0 | 56 | 30 | 224 | 114 | 53 |
| Binary | 11010 | 11000001 | 1101000 | 1010111 | 0 | 101110 | 11000 | 10010100 | 1001100 | 101011 |
Color Harmonies of #1AC168
Complementary color
Monochromatic Colors of #1AC168
Black with #1AC168
Text Example
Text Example
White with #1AC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC168; }
p { color: rgb(26,193,104); }
H1.HeaderClassName
{
color: #1AC168;
}
.AnyTagClassName
{
color: #1AC168;
}
</style>
background-color css
<style>
a { background-color: #1AC168; }
a { background-color: rgb(26,193,104); }
div.DivClassName
{
background-color: #1AC168;
}
.BgClassName
{
background-color: #1AC168;
}
</style>
border-color css
<style>
span { border-color: #1AC168; }
span { border-color: rgb(26,193,104); }
td.TdClassName
{
border-color: #1AC168;
}
.TagClassName
{
border-color: #1AC168;
}
</style>