Shades of Sea Green #1FA04E
Tints of Sea Green #1FA04E
RGB
CMYK
RGB Variations
Color information
#1FA04E (or 0x1FA04E) is known color: Sea Green. HEX triplet: 1F, A0 and 4E. RGB value is (31,160,78). Sum of RGB (Red+Green+Blue) = 31+160+78=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 160 (62.89% from 255 or 59.48% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA04E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA04E is #E05FB1. Grayscale: #707070. Windows color (decimal): -14704562 or 5152799. OLE color: 5152799.
HSL color Cylindrical-coordinate representation of color #1FA04E: hue angle of 141.86º 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 #1FA04E is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 78 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.37 |
| HSL | 141.86º | 0.68% | 0.37% | - |
| HSV(B) | 141.86º | 0.81% | 0.63% | - |
| XYZ | 14.51 | 25.98 | 11.46 | - |
| YUV | 112.08 | 108.76 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 78 | 0.81 | 0 | 0.51 | 0.37 | 141.86 | 0.68 | 0.37 |
| Hex | 1F | A0 | 4E | 51 | 0 | 33 | 25 | 8E | 44 | 25 |
| Octal | 37 | 240 | 116 | 121 | 0 | 63 | 45 | 216 | 104 | 45 |
| Binary | 11111 | 10100000 | 1001110 | 1010001 | 0 | 110011 | 100101 | 10001110 | 1000100 | 100101 |
Color Harmonies of #1FA04E
Complementary color
Monochromatic Colors of #1FA04E
Black with #1FA04E
Text Example
Text Example
White with #1FA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA04E; }
p { color: rgb(31,160,78); }
H1.HeaderClassName
{
color: #1FA04E;
}
.AnyTagClassName
{
color: #1FA04E;
}
</style>
background-color css
<style>
a { background-color: #1FA04E; }
a { background-color: rgb(31,160,78); }
div.DivClassName
{
background-color: #1FA04E;
}
.BgClassName
{
background-color: #1FA04E;
}
</style>
border-color css
<style>
span { border-color: #1FA04E; }
span { border-color: rgb(31,160,78); }
td.TdClassName
{
border-color: #1FA04E;
}
.TagClassName
{
border-color: #1FA04E;
}
</style>