Shades of Sea Green #1A9946
Tints of Sea Green #1A9946
RGB
CMYK
RGB Variations
Color information
#1A9946 (or 0x1A9946) is known color: Sea Green. HEX triplet: 1A, 99 and 46. RGB value is (26,153,70). Sum of RGB (Red+Green+Blue) = 26+153+70=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #1A9946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9946 is #E566B9. Grayscale: #696969. Windows color (decimal): -15034042 or 4626714. OLE color: 4626714.
HSL color Cylindrical-coordinate representation of color #1A9946: hue angle of 140.79º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9946 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 153 | 70 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.4 |
| HSL | 140.79º | 0.71% | 0.35% | - |
| HSV(B) | 140.79º | 0.83% | 0.6% | - |
| XYZ | 12.92 | 23.44 | 9.64 | - |
| YUV | 105.57 | 107.92 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 153 | 70 | 0.83 | 0 | 0.54 | 0.4 | 140.79 | 0.71 | 0.35 |
| Hex | 1A | 99 | 46 | 53 | 0 | 36 | 28 | 8D | 47 | 23 |
| Octal | 32 | 231 | 106 | 123 | 0 | 66 | 50 | 215 | 107 | 43 |
| Binary | 11010 | 10011001 | 1000110 | 1010011 | 0 | 110110 | 101000 | 10001101 | 1000111 | 100011 |
Color Harmonies of #1A9946
Complementary color
Monochromatic Colors of #1A9946
Black with #1A9946
Text Example
Text Example
White with #1A9946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9946; }
p { color: rgb(26,153,70); }
H1.HeaderClassName
{
color: #1A9946;
}
.AnyTagClassName
{
color: #1A9946;
}
</style>
background-color css
<style>
a { background-color: #1A9946; }
a { background-color: rgb(26,153,70); }
div.DivClassName
{
background-color: #1A9946;
}
.BgClassName
{
background-color: #1A9946;
}
</style>
border-color css
<style>
span { border-color: #1A9946; }
span { border-color: rgb(26,153,70); }
td.TdClassName
{
border-color: #1A9946;
}
.TagClassName
{
border-color: #1A9946;
}
</style>