Shades of Mountain Meadow #2ABF8A
Tints of Mountain Meadow #2ABF8A
RGB
CMYK
RGB Variations
Color information
#2ABF8A (or 0x2ABF8A) is known color: Mountain Meadow. HEX triplet: 2A, BF and 8A. RGB value is (42,191,138). Sum of RGB (Red+Green+Blue) = 42+191+138=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABF8A is #D54075. Grayscale: #8C8C8C. Windows color (decimal): -13975670 or 9092906. OLE color: 9092906.
HSL color Cylindrical-coordinate representation of color #2ABF8A: hue angle of 158.66º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABF8A is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 138 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.25 |
| HSL | 158.66º | 0.64% | 0.46% | - |
| HSV(B) | 158.66º | 0.78% | 0.75% | - |
| XYZ | 24.17 | 39.59 | 30.41 | - |
| YUV | 140.41 | 126.64 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 138 | 0.78 | 0 | 0.28 | 0.25 | 158.66 | 0.64 | 0.46 |
| Hex | 2A | BF | 8A | 4E | 0 | 1C | 19 | 9F | 40 | 2E |
| Octal | 52 | 277 | 212 | 116 | 0 | 34 | 31 | 237 | 100 | 56 |
| Binary | 101010 | 10111111 | 10001010 | 1001110 | 0 | 11100 | 11001 | 10011111 | 1000000 | 101110 |
Color Harmonies of #2ABF8A
Complementary color
Monochromatic Colors of #2ABF8A
Black with #2ABF8A
Text Example
Text Example
White with #2ABF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF8A; }
p { color: rgb(42,191,138); }
H1.HeaderClassName
{
color: #2ABF8A;
}
.AnyTagClassName
{
color: #2ABF8A;
}
</style>
background-color css
<style>
a { background-color: #2ABF8A; }
a { background-color: rgb(42,191,138); }
div.DivClassName
{
background-color: #2ABF8A;
}
.BgClassName
{
background-color: #2ABF8A;
}
</style>
border-color css
<style>
span { border-color: #2ABF8A; }
span { border-color: rgb(42,191,138); }
td.TdClassName
{
border-color: #2ABF8A;
}
.TagClassName
{
border-color: #2ABF8A;
}
</style>