Shades of Sea Green #1FA04D
Tints of Sea Green #1FA04D
RGB
CMYK
RGB Variations
Color information
#1FA04D (or 0x1FA04D) is known color: Sea Green. HEX triplet: 1F, A0 and 4D. RGB value is (31,160,77). Sum of RGB (Red+Green+Blue) = 31+160+77=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA04D is #E05FB2. Grayscale: #707070. Windows color (decimal): -14704563 or 5087263. OLE color: 5087263.
HSL color Cylindrical-coordinate representation of color #1FA04D: hue angle of 141.4º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA04D is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 77 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.37 |
| HSL | 141.4º | 0.68% | 0.37% | - |
| HSV(B) | 141.4º | 0.81% | 0.63% | - |
| XYZ | 14.48 | 25.97 | 11.27 | - |
| YUV | 111.97 | 108.26 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 77 | 0.81 | 0 | 0.52 | 0.37 | 141.4 | 0.68 | 0.37 |
| Hex | 1F | A0 | 4D | 51 | 0 | 34 | 25 | 8D | 44 | 25 |
| Octal | 37 | 240 | 115 | 121 | 0 | 64 | 45 | 215 | 104 | 45 |
| Binary | 11111 | 10100000 | 1001101 | 1010001 | 0 | 110100 | 100101 | 10001101 | 1000100 | 100101 |
Color Harmonies of #1FA04D
Complementary color
Monochromatic Colors of #1FA04D
Black with #1FA04D
Text Example
Text Example
White with #1FA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA04D; }
p { color: rgb(31,160,77); }
H1.HeaderClassName
{
color: #1FA04D;
}
.AnyTagClassName
{
color: #1FA04D;
}
</style>
background-color css
<style>
a { background-color: #1FA04D; }
a { background-color: rgb(31,160,77); }
div.DivClassName
{
background-color: #1FA04D;
}
.BgClassName
{
background-color: #1FA04D;
}
</style>
border-color css
<style>
span { border-color: #1FA04D; }
span { border-color: rgb(31,160,77); }
td.TdClassName
{
border-color: #1FA04D;
}
.TagClassName
{
border-color: #1FA04D;
}
</style>