Shades of Green #1A7A05
Tints of Green #1A7A05
RGB
CMYK
RGB Variations
Color information
#1A7A05 (or 0x1A7A05) is known color: Green. HEX triplet: 1A, 7A and 05. RGB value is (26,122,5). Sum of RGB (Red+Green+Blue) = 26+122+5=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 122 (48.05% from 255 or 79.74% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 122 - color contains mainly: green. Hex color #1A7A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7A05 is #E585FA. Grayscale: #505050. Windows color (decimal): -15042043 or 358938. OLE color: 358938.
HSL color Cylindrical-coordinate representation of color #1A7A05: hue angle of 109.23º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A7A05 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 122 | 5 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.52 |
| HSL | 109.23º | 0.92% | 0.25% | - |
| HSV(B) | 109.23º | 0.96% | 0.48% | - |
| XYZ | 7.41 | 14.15 | 2.48 | - |
| YUV | 79.96 | 85.7 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 122 | 5 | 0.79 | 0 | 0.96 | 0.52 | 109.23 | 0.92 | 0.25 |
| Hex | 1A | 7A | 5 | 4F | 0 | 60 | 34 | 6D | 5C | 19 |
| Octal | 32 | 172 | 5 | 117 | 0 | 140 | 64 | 155 | 134 | 31 |
| Binary | 11010 | 1111010 | 101 | 1001111 | 0 | 1100000 | 110100 | 1101101 | 1011100 | 11001 |
Color Harmonies of #1A7A05
Complementary color
Monochromatic Colors of #1A7A05
Black with #1A7A05
Text Example
Text Example
White with #1A7A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7A05; }
p { color: rgb(26,122,5); }
H1.HeaderClassName
{
color: #1A7A05;
}
.AnyTagClassName
{
color: #1A7A05;
}
</style>
background-color css
<style>
a { background-color: #1A7A05; }
a { background-color: rgb(26,122,5); }
div.DivClassName
{
background-color: #1A7A05;
}
.BgClassName
{
background-color: #1A7A05;
}
</style>
border-color css
<style>
span { border-color: #1A7A05; }
span { border-color: rgb(26,122,5); }
td.TdClassName
{
border-color: #1A7A05;
}
.TagClassName
{
border-color: #1A7A05;
}
</style>