Shades of Sea Green #1FA04B
Tints of Sea Green #1FA04B
RGB
CMYK
RGB Variations
Color information
#1FA04B (or 0x1FA04B) is known color: Sea Green. HEX triplet: 1F, A0 and 4B. RGB value is (31,160,75). Sum of RGB (Red+Green+Blue) = 31+160+75=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA04B is #E05FB4. Grayscale: #6F6F6F. Windows color (decimal): -14704565 or 4956191. OLE color: 4956191.
HSL color Cylindrical-coordinate representation of color #1FA04B: hue angle of 140.47º 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 #1FA04B is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 75 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.37 |
| HSL | 140.47º | 0.68% | 0.37% | - |
| HSV(B) | 140.47º | 0.81% | 0.63% | - |
| XYZ | 14.41 | 25.94 | 10.9 | - |
| YUV | 111.74 | 107.26 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 75 | 0.81 | 0 | 0.53 | 0.37 | 140.47 | 0.68 | 0.37 |
| Hex | 1F | A0 | 4B | 51 | 0 | 35 | 25 | 8C | 44 | 25 |
| Octal | 37 | 240 | 113 | 121 | 0 | 65 | 45 | 214 | 104 | 45 |
| Binary | 11111 | 10100000 | 1001011 | 1010001 | 0 | 110101 | 100101 | 10001100 | 1000100 | 100101 |
Color Harmonies of #1FA04B
Complementary color
Monochromatic Colors of #1FA04B
Black with #1FA04B
Text Example
Text Example
White with #1FA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA04B; }
p { color: rgb(31,160,75); }
H1.HeaderClassName
{
color: #1FA04B;
}
.AnyTagClassName
{
color: #1FA04B;
}
</style>
background-color css
<style>
a { background-color: #1FA04B; }
a { background-color: rgb(31,160,75); }
div.DivClassName
{
background-color: #1FA04B;
}
.BgClassName
{
background-color: #1FA04B;
}
</style>
border-color css
<style>
span { border-color: #1FA04B; }
span { border-color: rgb(31,160,75); }
td.TdClassName
{
border-color: #1FA04B;
}
.TagClassName
{
border-color: #1FA04B;
}
</style>