Shades of Elf Green #1A927B
Tints of Elf Green #1A927B
RGB
CMYK
RGB Variations
Color information
#1A927B (or 0x1A927B) is known color: Elf Green. HEX triplet: 1A, 92 and 7B. RGB value is (26,146,123). Sum of RGB (Red+Green+Blue) = 26+146+123=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #1A927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A927B is #E56D84. Grayscale: #6B6B6B. Windows color (decimal): -15035781 or 8098330. OLE color: 8098330.
HSL color Cylindrical-coordinate representation of color #1A927B: hue angle of 168.5º 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 #1A927B is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 146 | 123 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.43 |
| HSL | 168.5º | 0.7% | 0.34% | - |
| HSV(B) | 168.5º | 0.82% | 0.57% | - |
| XYZ | 14.28 | 22.21 | 22.27 | - |
| YUV | 107.5 | 136.74 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 146 | 123 | 0.82 | 0 | 0.16 | 0.43 | 168.5 | 0.7 | 0.34 |
| Hex | 1A | 92 | 7B | 52 | 0 | 10 | 2B | A8 | 46 | 22 |
| Octal | 32 | 222 | 173 | 122 | 0 | 20 | 53 | 250 | 106 | 42 |
| Binary | 11010 | 10010010 | 1111011 | 1010010 | 0 | 10000 | 101011 | 10101000 | 1000110 | 100010 |
Color Harmonies of #1A927B
Complementary color
Monochromatic Colors of #1A927B
Black with #1A927B
Text Example
Text Example
White with #1A927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A927B; }
p { color: rgb(26,146,123); }
H1.HeaderClassName
{
color: #1A927B;
}
.AnyTagClassName
{
color: #1A927B;
}
</style>
background-color css
<style>
a { background-color: #1A927B; }
a { background-color: rgb(26,146,123); }
div.DivClassName
{
background-color: #1A927B;
}
.BgClassName
{
background-color: #1A927B;
}
</style>
border-color css
<style>
span { border-color: #1A927B; }
span { border-color: rgb(26,146,123); }
td.TdClassName
{
border-color: #1A927B;
}
.TagClassName
{
border-color: #1A927B;
}
</style>