Shades of Sea Green #1A915A
Tints of Sea Green #1A915A
RGB
CMYK
RGB Variations
Color information
#1A915A (or 0x1A915A) is known color: Sea Green. HEX triplet: 1A, 91 and 5A. RGB value is (26,145,90). Sum of RGB (Red+Green+Blue) = 26+145+90=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #1A915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A915A is #E56EA5. Grayscale: #676767. Windows color (decimal): -15036070 or 5935386. OLE color: 5935386.
HSL color Cylindrical-coordinate representation of color #1A915A: hue angle of 152.27º 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 #1A915A is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 145 | 90 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.43 |
| HSL | 152.27º | 0.7% | 0.34% | - |
| HSV(B) | 152.27º | 0.82% | 0.57% | - |
| XYZ | 12.4 | 21.21 | 13.11 | - |
| YUV | 103.15 | 120.58 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 90 | 0.82 | 0 | 0.38 | 0.43 | 152.27 | 0.7 | 0.34 |
| Hex | 1A | 91 | 5A | 52 | 0 | 26 | 2B | 98 | 46 | 22 |
| Octal | 32 | 221 | 132 | 122 | 0 | 46 | 53 | 230 | 106 | 42 |
| Binary | 11010 | 10010001 | 1011010 | 1010010 | 0 | 100110 | 101011 | 10011000 | 1000110 | 100010 |
Color Harmonies of #1A915A
Complementary color
Monochromatic Colors of #1A915A
Black with #1A915A
Text Example
Text Example
White with #1A915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A915A; }
p { color: rgb(26,145,90); }
H1.HeaderClassName
{
color: #1A915A;
}
.AnyTagClassName
{
color: #1A915A;
}
</style>
background-color css
<style>
a { background-color: #1A915A; }
a { background-color: rgb(26,145,90); }
div.DivClassName
{
background-color: #1A915A;
}
.BgClassName
{
background-color: #1A915A;
}
</style>
border-color css
<style>
span { border-color: #1A915A; }
span { border-color: rgb(26,145,90); }
td.TdClassName
{
border-color: #1A915A;
}
.TagClassName
{
border-color: #1A915A;
}
</style>