Shades of Sea Green #1A9156
Tints of Sea Green #1A9156
RGB
CMYK
RGB Variations
Color information
#1A9156 (or 0x1A9156) is known color: Sea Green. HEX triplet: 1A, 91 and 56. RGB value is (26,145,86). Sum of RGB (Red+Green+Blue) = 26+145+86=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9156 is #E56EA9. Grayscale: #666666. Windows color (decimal): -15036074 or 5673242. OLE color: 5673242.
HSL color Cylindrical-coordinate representation of color #1A9156: hue angle of 150.25º 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 #1A9156 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 145 | 86 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.43 |
| HSL | 150.25º | 0.7% | 0.34% | - |
| HSV(B) | 150.25º | 0.82% | 0.57% | - |
| XYZ | 12.23 | 21.14 | 12.24 | - |
| YUV | 102.69 | 118.58 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 86 | 0.82 | 0 | 0.41 | 0.43 | 150.25 | 0.7 | 0.34 |
| Hex | 1A | 91 | 56 | 52 | 0 | 29 | 2B | 96 | 46 | 22 |
| Octal | 32 | 221 | 126 | 122 | 0 | 51 | 53 | 226 | 106 | 42 |
| Binary | 11010 | 10010001 | 1010110 | 1010010 | 0 | 101001 | 101011 | 10010110 | 1000110 | 100010 |
Color Harmonies of #1A9156
Complementary color
Monochromatic Colors of #1A9156
Black with #1A9156
Text Example
Text Example
White with #1A9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9156; }
p { color: rgb(26,145,86); }
H1.HeaderClassName
{
color: #1A9156;
}
.AnyTagClassName
{
color: #1A9156;
}
</style>
background-color css
<style>
a { background-color: #1A9156; }
a { background-color: rgb(26,145,86); }
div.DivClassName
{
background-color: #1A9156;
}
.BgClassName
{
background-color: #1A9156;
}
</style>
border-color css
<style>
span { border-color: #1A9156; }
span { border-color: rgb(26,145,86); }
td.TdClassName
{
border-color: #1A9156;
}
.TagClassName
{
border-color: #1A9156;
}
</style>