Shades of Sea Green #1A964A
Tints of Sea Green #1A964A
RGB
CMYK
RGB Variations
Color information
#1A964A (or 0x1A964A) is known color: Sea Green. HEX triplet: 1A, 96 and 4A. RGB value is (26,150,74). Sum of RGB (Red+Green+Blue) = 26+150+74=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #1A964A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A964A is #E569B5. Grayscale: #686868. Windows color (decimal): -15034806 or 4888090. OLE color: 4888090.
HSL color Cylindrical-coordinate representation of color #1A964A: hue angle of 143.23º 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 #1A964A is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 150 | 74 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.41 |
| HSL | 143.23º | 0.7% | 0.35% | - |
| HSV(B) | 143.23º | 0.83% | 0.59% | - |
| XYZ | 12.57 | 22.53 | 10.16 | - |
| YUV | 104.26 | 110.92 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 150 | 74 | 0.83 | 0 | 0.51 | 0.41 | 143.23 | 0.7 | 0.35 |
| Hex | 1A | 96 | 4A | 53 | 0 | 33 | 29 | 8F | 46 | 23 |
| Octal | 32 | 226 | 112 | 123 | 0 | 63 | 51 | 217 | 106 | 43 |
| Binary | 11010 | 10010110 | 1001010 | 1010011 | 0 | 110011 | 101001 | 10001111 | 1000110 | 100011 |
Color Harmonies of #1A964A
Complementary color
Monochromatic Colors of #1A964A
Black with #1A964A
Text Example
Text Example
White with #1A964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A964A; }
p { color: rgb(26,150,74); }
H1.HeaderClassName
{
color: #1A964A;
}
.AnyTagClassName
{
color: #1A964A;
}
</style>
background-color css
<style>
a { background-color: #1A964A; }
a { background-color: rgb(26,150,74); }
div.DivClassName
{
background-color: #1A964A;
}
.BgClassName
{
background-color: #1A964A;
}
</style>
border-color css
<style>
span { border-color: #1A964A; }
span { border-color: rgb(26,150,74); }
td.TdClassName
{
border-color: #1A964A;
}
.TagClassName
{
border-color: #1A964A;
}
</style>