Shades of Sea Green #1A914F
Tints of Sea Green #1A914F
RGB
CMYK
RGB Variations
Color information
#1A914F (or 0x1A914F) is known color: Sea Green. HEX triplet: 1A, 91 and 4F. RGB value is (26,145,79). Sum of RGB (Red+Green+Blue) = 26+145+79=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #1A914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A914F is #E56EB0. Grayscale: #666666. Windows color (decimal): -15036081 or 5214490. OLE color: 5214490.
HSL color Cylindrical-coordinate representation of color #1A914F: hue angle of 146.72º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A914F is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 145 | 79 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.43 |
| HSL | 146.72º | 0.7% | 0.34% | - |
| HSV(B) | 146.72º | 0.82% | 0.57% | - |
| XYZ | 11.96 | 21.03 | 10.83 | - |
| YUV | 101.9 | 115.08 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 79 | 0.82 | 0 | 0.46 | 0.43 | 146.72 | 0.7 | 0.34 |
| Hex | 1A | 91 | 4F | 52 | 0 | 2E | 2B | 93 | 46 | 22 |
| Octal | 32 | 221 | 117 | 122 | 0 | 56 | 53 | 223 | 106 | 42 |
| Binary | 11010 | 10010001 | 1001111 | 1010010 | 0 | 101110 | 101011 | 10010011 | 1000110 | 100010 |
Color Harmonies of #1A914F
Complementary color
Monochromatic Colors of #1A914F
Black with #1A914F
Text Example
Text Example
White with #1A914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A914F; }
p { color: rgb(26,145,79); }
H1.HeaderClassName
{
color: #1A914F;
}
.AnyTagClassName
{
color: #1A914F;
}
</style>
background-color css
<style>
a { background-color: #1A914F; }
a { background-color: rgb(26,145,79); }
div.DivClassName
{
background-color: #1A914F;
}
.BgClassName
{
background-color: #1A914F;
}
</style>
border-color css
<style>
span { border-color: #1A914F; }
span { border-color: rgb(26,145,79); }
td.TdClassName
{
border-color: #1A914F;
}
.TagClassName
{
border-color: #1A914F;
}
</style>