Shades of Medium Sea Green #2AD96F
Tints of Medium Sea Green #2AD96F
RGB
CMYK
RGB Variations
Color information
#2AD96F (or 0x2AD96F) is known color: Medium Sea Green. HEX triplet: 2A, D9 and 6F. RGB value is (42,217,111). Sum of RGB (Red+Green+Blue) = 42+217+111=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD96F is #D52690. Grayscale: #989898. Windows color (decimal): -13969041 or 7330090. OLE color: 7330090.
HSL color Cylindrical-coordinate representation of color #2AD96F: hue angle of 143.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD96F is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 111 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.15 |
| HSL | 143.66º | 0.7% | 0.51% | - |
| HSV(B) | 143.66º | 0.81% | 0.85% | - |
| XYZ | 28.64 | 51.27 | 23.42 | - |
| YUV | 152.59 | 104.52 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 111 | 0.81 | 0 | 0.49 | 0.15 | 143.66 | 0.7 | 0.51 |
| Hex | 2A | D9 | 6F | 51 | 0 | 31 | F | 90 | 46 | 33 |
| Octal | 52 | 331 | 157 | 121 | 0 | 61 | 17 | 220 | 106 | 63 |
| Binary | 101010 | 11011001 | 1101111 | 1010001 | 0 | 110001 | 1111 | 10010000 | 1000110 | 110011 |
Color Harmonies of #2AD96F
Complementary color
Monochromatic Colors of #2AD96F
Black with #2AD96F
Text Example
Text Example
White with #2AD96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD96F; }
p { color: rgb(42,217,111); }
H1.HeaderClassName
{
color: #2AD96F;
}
.AnyTagClassName
{
color: #2AD96F;
}
</style>
background-color css
<style>
a { background-color: #2AD96F; }
a { background-color: rgb(42,217,111); }
div.DivClassName
{
background-color: #2AD96F;
}
.BgClassName
{
background-color: #2AD96F;
}
</style>
border-color css
<style>
span { border-color: #2AD96F; }
span { border-color: rgb(42,217,111); }
td.TdClassName
{
border-color: #2AD96F;
}
.TagClassName
{
border-color: #2AD96F;
}
</style>