Shades of Mountain Meadow #1ABF90
Tints of Mountain Meadow #1ABF90
RGB
CMYK
RGB Variations
Color information
#1ABF90 (or 0x1ABF90) is known color: Mountain Meadow. HEX triplet: 1A, BF and 90. RGB value is (26,191,144). Sum of RGB (Red+Green+Blue) = 26+191+144=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABF90 is #E5406F. Grayscale: #888888. Windows color (decimal): -15024240 or 9486106. OLE color: 9486106.
HSL color Cylindrical-coordinate representation of color #1ABF90: hue angle of 162.91º 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 #1ABF90 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 144 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.25 |
| HSL | 162.91º | 0.76% | 0.43% | - |
| HSV(B) | 162.91º | 0.86% | 0.75% | - |
| XYZ | 24.09 | 39.49 | 32.74 | - |
| YUV | 136.31 | 132.34 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 144 | 0.86 | 0 | 0.25 | 0.25 | 162.91 | 0.76 | 0.43 |
| Hex | 1A | BF | 90 | 56 | 0 | 19 | 19 | A3 | 4C | 2B |
| Octal | 32 | 277 | 220 | 126 | 0 | 31 | 31 | 243 | 114 | 53 |
| Binary | 11010 | 10111111 | 10010000 | 1010110 | 0 | 11001 | 11001 | 10100011 | 1001100 | 101011 |
Color Harmonies of #1ABF90
Complementary color
Monochromatic Colors of #1ABF90
Black with #1ABF90
Text Example
Text Example
White with #1ABF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABF90; }
p { color: rgb(26,191,144); }
H1.HeaderClassName
{
color: #1ABF90;
}
.AnyTagClassName
{
color: #1ABF90;
}
</style>
background-color css
<style>
a { background-color: #1ABF90; }
a { background-color: rgb(26,191,144); }
div.DivClassName
{
background-color: #1ABF90;
}
.BgClassName
{
background-color: #1ABF90;
}
</style>
border-color css
<style>
span { border-color: #1ABF90; }
span { border-color: rgb(26,191,144); }
td.TdClassName
{
border-color: #1ABF90;
}
.TagClassName
{
border-color: #1ABF90;
}
</style>