Shades of Medium Sea Green #2AC95C
Tints of Medium Sea Green #2AC95C
RGB
CMYK
RGB Variations
Color information
#2AC95C (or 0x2AC95C) is known color: Medium Sea Green. HEX triplet: 2A, C9 and 5C. RGB value is (42,201,92). Sum of RGB (Red+Green+Blue) = 42+201+92=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC95C is #D536A3. Grayscale: #8D8D8D. Windows color (decimal): -13973156 or 6080810. OLE color: 6080810.
HSL color Cylindrical-coordinate representation of color #2AC95C: hue angle of 138.87º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC95C is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 201 | 92 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.21 |
| HSL | 138.87º | 0.65% | 0.48% | - |
| HSV(B) | 138.87º | 0.79% | 0.79% | - |
| XYZ | 23.77 | 43.04 | 17.18 | - |
| YUV | 141.03 | 100.32 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 92 | 0.79 | 0 | 0.54 | 0.21 | 138.87 | 0.65 | 0.48 |
| Hex | 2A | C9 | 5C | 4F | 0 | 36 | 15 | 8B | 41 | 30 |
| Octal | 52 | 311 | 134 | 117 | 0 | 66 | 25 | 213 | 101 | 60 |
| Binary | 101010 | 11001001 | 1011100 | 1001111 | 0 | 110110 | 10101 | 10001011 | 1000001 | 110000 |
Color Harmonies of #2AC95C
Complementary color
Monochromatic Colors of #2AC95C
Black with #2AC95C
Text Example
Text Example
White with #2AC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC95C; }
p { color: rgb(42,201,92); }
H1.HeaderClassName
{
color: #2AC95C;
}
.AnyTagClassName
{
color: #2AC95C;
}
</style>
background-color css
<style>
a { background-color: #2AC95C; }
a { background-color: rgb(42,201,92); }
div.DivClassName
{
background-color: #2AC95C;
}
.BgClassName
{
background-color: #2AC95C;
}
</style>
border-color css
<style>
span { border-color: #2AC95C; }
span { border-color: rgb(42,201,92); }
td.TdClassName
{
border-color: #2AC95C;
}
.TagClassName
{
border-color: #2AC95C;
}
</style>