Shades of Green #1A6D08
Tints of Green #1A6D08
RGB
CMYK
RGB Variations
Color information
#1A6D08 (or 0x1A6D08) is known color: Green. HEX triplet: 1A, 6D and 08. RGB value is (26,109,8). Sum of RGB (Red+Green+Blue) = 26+109+8=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 109 (42.97% from 255 or 76.22% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6D08 is #E592F7. Grayscale: #484848. Windows color (decimal): -15045368 or 552218. OLE color: 552218.
HSL color Cylindrical-coordinate representation of color #1A6D08: hue angle of 109.31º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A6D08 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 109 | 8 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.57 |
| HSL | 109.31º | 0.86% | 0.23% | - |
| HSV(B) | 109.31º | 0.93% | 0.43% | - |
| XYZ | 5.94 | 11.17 | 2.07 | - |
| YUV | 72.67 | 91.5 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 109 | 8 | 0.76 | 0 | 0.93 | 0.57 | 109.31 | 0.86 | 0.23 |
| Hex | 1A | 6D | 8 | 4C | 0 | 5D | 39 | 6D | 56 | 17 |
| Octal | 32 | 155 | 10 | 114 | 0 | 135 | 71 | 155 | 126 | 27 |
| Binary | 11010 | 1101101 | 1000 | 1001100 | 0 | 1011101 | 111001 | 1101101 | 1010110 | 10111 |
Color Harmonies of #1A6D08
Complementary color
Monochromatic Colors of #1A6D08
Black with #1A6D08
Text Example
Text Example
White with #1A6D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6D08; }
p { color: rgb(26,109,8); }
H1.HeaderClassName
{
color: #1A6D08;
}
.AnyTagClassName
{
color: #1A6D08;
}
</style>
background-color css
<style>
a { background-color: #1A6D08; }
a { background-color: rgb(26,109,8); }
div.DivClassName
{
background-color: #1A6D08;
}
.BgClassName
{
background-color: #1A6D08;
}
</style>
border-color css
<style>
span { border-color: #1A6D08; }
span { border-color: rgb(26,109,8); }
td.TdClassName
{
border-color: #1A6D08;
}
.TagClassName
{
border-color: #1A6D08;
}
</style>