Shades of Medium Sea Green #2AC85D
Tints of Medium Sea Green #2AC85D
RGB
CMYK
RGB Variations
Color information
#2AC85D (or 0x2AC85D) is known color: Medium Sea Green. HEX triplet: 2A, C8 and 5D. RGB value is (42,200,93). Sum of RGB (Red+Green+Blue) = 42+200+93=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 200 (78.52% from 255 or 59.70% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC85D is #D537A2. Grayscale: #8C8C8C. Windows color (decimal): -13973411 or 6146090. OLE color: 6146090.
HSL color Cylindrical-coordinate representation of color #2AC85D: hue angle of 139.37º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC85D is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 93 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.22 |
| HSL | 139.37º | 0.65% | 0.47% | - |
| HSV(B) | 139.37º | 0.79% | 0.78% | - |
| XYZ | 23.58 | 42.59 | 17.33 | - |
| YUV | 140.56 | 101.15 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 93 | 0.79 | 0 | 0.54 | 0.22 | 139.37 | 0.65 | 0.47 |
| Hex | 2A | C8 | 5D | 4F | 0 | 36 | 16 | 8B | 41 | 2F |
| Octal | 52 | 310 | 135 | 117 | 0 | 66 | 26 | 213 | 101 | 57 |
| Binary | 101010 | 11001000 | 1011101 | 1001111 | 0 | 110110 | 10110 | 10001011 | 1000001 | 101111 |
Color Harmonies of #2AC85D
Complementary color
Monochromatic Colors of #2AC85D
Black with #2AC85D
Text Example
Text Example
White with #2AC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC85D; }
p { color: rgb(42,200,93); }
H1.HeaderClassName
{
color: #2AC85D;
}
.AnyTagClassName
{
color: #2AC85D;
}
</style>
background-color css
<style>
a { background-color: #2AC85D; }
a { background-color: rgb(42,200,93); }
div.DivClassName
{
background-color: #2AC85D;
}
.BgClassName
{
background-color: #2AC85D;
}
</style>
border-color css
<style>
span { border-color: #2AC85D; }
span { border-color: rgb(42,200,93); }
td.TdClassName
{
border-color: #2AC85D;
}
.TagClassName
{
border-color: #2AC85D;
}
</style>