Shades of Green #1A6606
Tints of Green #1A6606
RGB
CMYK
RGB Variations
Color information
#1A6606 (or 0x1A6606) is known color: Green. HEX triplet: 1A, 66 and 06. RGB value is (26,102,6). Sum of RGB (Red+Green+Blue) = 26+102+6=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #1A6606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6606 is #E599F9. Grayscale: #444444. Windows color (decimal): -15047162 or 419354. OLE color: 419354.
HSL color Cylindrical-coordinate representation of color #1A6606: hue angle of 107.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A6606 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 102 | 6 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.6 |
| HSL | 107.5º | 0.89% | 0.21% | - |
| HSV(B) | 107.5º | 0.94% | 0.4% | - |
| XYZ | 5.21 | 9.74 | 1.78 | - |
| YUV | 68.33 | 92.82 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 6 | 0.75 | 0 | 0.94 | 0.6 | 107.5 | 0.89 | 0.21 |
| Hex | 1A | 66 | 6 | 4B | 0 | 5E | 3C | 6C | 59 | 15 |
| Octal | 32 | 146 | 6 | 113 | 0 | 136 | 74 | 154 | 131 | 25 |
| Binary | 11010 | 1100110 | 110 | 1001011 | 0 | 1011110 | 111100 | 1101100 | 1011001 | 10101 |
Color Harmonies of #1A6606
Complementary color
Monochromatic Colors of #1A6606
Black with #1A6606
Text Example
Text Example
White with #1A6606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6606; }
p { color: rgb(26,102,6); }
H1.HeaderClassName
{
color: #1A6606;
}
.AnyTagClassName
{
color: #1A6606;
}
</style>
background-color css
<style>
a { background-color: #1A6606; }
a { background-color: rgb(26,102,6); }
div.DivClassName
{
background-color: #1A6606;
}
.BgClassName
{
background-color: #1A6606;
}
</style>
border-color css
<style>
span { border-color: #1A6606; }
span { border-color: rgb(26,102,6); }
td.TdClassName
{
border-color: #1A6606;
}
.TagClassName
{
border-color: #1A6606;
}
</style>