Shades of Green #168A04
Tints of Green #168A04
RGB
CMYK
RGB Variations
Color information
#168A04 (or 0x168A04) is known color: Green. HEX triplet: 16, 8A and 04. RGB value is (22,138,4). Sum of RGB (Red+Green+Blue) = 22+138+4=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 138 (54.30% from 255 or 84.15% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 138 - color contains mainly: green. Hex color #168A04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168A04 is #E975FB. Grayscale: #585858. Windows color (decimal): -15300092 or 297494. OLE color: 297494.
HSL color Cylindrical-coordinate representation of color #168A04: hue angle of 111.94º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #168A04 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 4 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.46 |
| HSL | 111.94º | 0.94% | 0.28% | - |
| HSV(B) | 111.94º | 0.97% | 0.54% | - |
| XYZ | 9.44 | 18.36 | 3.16 | - |
| YUV | 88.04 | 80.57 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 4 | 0.84 | 0 | 0.97 | 0.46 | 111.94 | 0.94 | 0.28 |
| Hex | 16 | 8A | 4 | 54 | 0 | 61 | 2E | 70 | 5E | 1C |
| Octal | 26 | 212 | 4 | 124 | 0 | 141 | 56 | 160 | 136 | 34 |
| Binary | 10110 | 10001010 | 100 | 1010100 | 0 | 1100001 | 101110 | 1110000 | 1011110 | 11100 |
Color Harmonies of #168A04
Complementary color
Monochromatic Colors of #168A04
Black with #168A04
Text Example
Text Example
White with #168A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A04; }
p { color: rgb(22,138,4); }
H1.HeaderClassName
{
color: #168A04;
}
.AnyTagClassName
{
color: #168A04;
}
</style>
background-color css
<style>
a { background-color: #168A04; }
a { background-color: rgb(22,138,4); }
div.DivClassName
{
background-color: #168A04;
}
.BgClassName
{
background-color: #168A04;
}
</style>
border-color css
<style>
span { border-color: #168A04; }
span { border-color: rgb(22,138,4); }
td.TdClassName
{
border-color: #168A04;
}
.TagClassName
{
border-color: #168A04;
}
</style>