Shades of Elf Green #1A905C
Tints of Elf Green #1A905C
RGB
CMYK
RGB Variations
Color information
#1A905C (or 0x1A905C) is known color: Elf Green. HEX triplet: 1A, 90 and 5C. RGB value is (26,144,92). Sum of RGB (Red+Green+Blue) = 26+144+92=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #1A905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A905C is #E56FA3. Grayscale: #666666. Windows color (decimal): -15036324 or 6066202. OLE color: 6066202.
HSL color Cylindrical-coordinate representation of color #1A905C: hue angle of 153.56º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A905C is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 144 | 92 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.44 |
| HSL | 153.56º | 0.69% | 0.33% | - |
| HSV(B) | 153.56º | 0.82% | 0.56% | - |
| XYZ | 12.33 | 20.94 | 13.52 | - |
| YUV | 102.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 92 | 0.82 | 0 | 0.36 | 0.44 | 153.56 | 0.69 | 0.33 |
| Hex | 1A | 90 | 5C | 52 | 0 | 24 | 2C | 9A | 45 | 21 |
| Octal | 32 | 220 | 134 | 122 | 0 | 44 | 54 | 232 | 105 | 41 |
| Binary | 11010 | 10010000 | 1011100 | 1010010 | 0 | 100100 | 101100 | 10011010 | 1000101 | 100001 |
Color Harmonies of #1A905C
Complementary color
Monochromatic Colors of #1A905C
Black with #1A905C
Text Example
Text Example
White with #1A905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A905C; }
p { color: rgb(26,144,92); }
H1.HeaderClassName
{
color: #1A905C;
}
.AnyTagClassName
{
color: #1A905C;
}
</style>
background-color css
<style>
a { background-color: #1A905C; }
a { background-color: rgb(26,144,92); }
div.DivClassName
{
background-color: #1A905C;
}
.BgClassName
{
background-color: #1A905C;
}
</style>
border-color css
<style>
span { border-color: #1A905C; }
span { border-color: rgb(26,144,92); }
td.TdClassName
{
border-color: #1A905C;
}
.TagClassName
{
border-color: #1A905C;
}
</style>