Shades of Sea Green #1A964F
Tints of Sea Green #1A964F
RGB
CMYK
RGB Variations
Color information
#1A964F (or 0x1A964F) is known color: Sea Green. HEX triplet: 1A, 96 and 4F. RGB value is (26,150,79). Sum of RGB (Red+Green+Blue) = 26+150+79=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #1A964F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A964F is #E569B0. Grayscale: #686868. Windows color (decimal): -15034801 or 5215770. OLE color: 5215770.
HSL color Cylindrical-coordinate representation of color #1A964F: hue angle of 145.65º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A964F is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 150 | 79 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.41 |
| HSL | 145.65º | 0.7% | 0.35% | - |
| HSV(B) | 145.65º | 0.83% | 0.59% | - |
| XYZ | 12.74 | 22.6 | 11.09 | - |
| YUV | 104.83 | 113.42 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 150 | 79 | 0.83 | 0 | 0.47 | 0.41 | 145.65 | 0.7 | 0.35 |
| Hex | 1A | 96 | 4F | 53 | 0 | 2F | 29 | 92 | 46 | 23 |
| Octal | 32 | 226 | 117 | 123 | 0 | 57 | 51 | 222 | 106 | 43 |
| Binary | 11010 | 10010110 | 1001111 | 1010011 | 0 | 101111 | 101001 | 10010010 | 1000110 | 100011 |
Color Harmonies of #1A964F
Complementary color
Monochromatic Colors of #1A964F
Black with #1A964F
Text Example
Text Example
White with #1A964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A964F; }
p { color: rgb(26,150,79); }
H1.HeaderClassName
{
color: #1A964F;
}
.AnyTagClassName
{
color: #1A964F;
}
</style>
background-color css
<style>
a { background-color: #1A964F; }
a { background-color: rgb(26,150,79); }
div.DivClassName
{
background-color: #1A964F;
}
.BgClassName
{
background-color: #1A964F;
}
</style>
border-color css
<style>
span { border-color: #1A964F; }
span { border-color: rgb(26,150,79); }
td.TdClassName
{
border-color: #1A964F;
}
.TagClassName
{
border-color: #1A964F;
}
</style>