Shades of Elf Green #1A937D
Tints of Elf Green #1A937D
RGB
CMYK
RGB Variations
Color information
#1A937D (or 0x1A937D) is known color: Elf Green. HEX triplet: 1A, 93 and 7D. RGB value is (26,147,125). Sum of RGB (Red+Green+Blue) = 26+147+125=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #1A937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A937D is #E56C82. Grayscale: #6C6C6C. Windows color (decimal): -15035523 or 8229658. OLE color: 8229658.
HSL color Cylindrical-coordinate representation of color #1A937D: hue angle of 169.09º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A937D is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 147 | 125 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.42 |
| HSL | 169.09º | 0.7% | 0.34% | - |
| HSV(B) | 169.09º | 0.82% | 0.58% | - |
| XYZ | 14.56 | 22.57 | 22.99 | - |
| YUV | 108.31 | 137.41 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 125 | 0.82 | 0 | 0.15 | 0.42 | 169.09 | 0.7 | 0.34 |
| Hex | 1A | 93 | 7D | 52 | 0 | F | 2A | A9 | 46 | 22 |
| Octal | 32 | 223 | 175 | 122 | 0 | 17 | 52 | 251 | 106 | 42 |
| Binary | 11010 | 10010011 | 1111101 | 1010010 | 0 | 1111 | 101010 | 10101001 | 1000110 | 100010 |
Color Harmonies of #1A937D
Complementary color
Monochromatic Colors of #1A937D
Black with #1A937D
Text Example
Text Example
White with #1A937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A937D; }
p { color: rgb(26,147,125); }
H1.HeaderClassName
{
color: #1A937D;
}
.AnyTagClassName
{
color: #1A937D;
}
</style>
background-color css
<style>
a { background-color: #1A937D; }
a { background-color: rgb(26,147,125); }
div.DivClassName
{
background-color: #1A937D;
}
.BgClassName
{
background-color: #1A937D;
}
</style>
border-color css
<style>
span { border-color: #1A937D; }
span { border-color: rgb(26,147,125); }
td.TdClassName
{
border-color: #1A937D;
}
.TagClassName
{
border-color: #1A937D;
}
</style>