Shades of Green #16830C
Tints of Green #16830C
RGB
CMYK
RGB Variations
Color information
#16830C (or 0x16830C) is known color: Green. HEX triplet: 16, 83 and 0C. RGB value is (22,131,12). Sum of RGB (Red+Green+Blue) = 22+131+12=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 131 (51.56% from 255 or 79.39% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 131 - color contains mainly: green. Hex color #16830C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16830C is #E97CF3. Grayscale: #555555. Windows color (decimal): -15301876 or 819990. OLE color: 819990.
HSL color Cylindrical-coordinate representation of color #16830C: hue angle of 114.96º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16830C is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 131 | 12 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.49 |
| HSL | 114.96º | 0.83% | 0.28% | - |
| HSV(B) | 114.96º | 0.91% | 0.51% | - |
| XYZ | 8.51 | 16.43 | 3.07 | - |
| YUV | 84.84 | 86.89 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 12 | 0.83 | 0 | 0.91 | 0.49 | 114.96 | 0.83 | 0.28 |
| Hex | 16 | 83 | C | 53 | 0 | 5B | 31 | 73 | 53 | 1C |
| Octal | 26 | 203 | 14 | 123 | 0 | 133 | 61 | 163 | 123 | 34 |
| Binary | 10110 | 10000011 | 1100 | 1010011 | 0 | 1011011 | 110001 | 1110011 | 1010011 | 11100 |
Color Harmonies of #16830C
Complementary color
Monochromatic Colors of #16830C
Black with #16830C
Text Example
Text Example
White with #16830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16830C; }
p { color: rgb(22,131,12); }
H1.HeaderClassName
{
color: #16830C;
}
.AnyTagClassName
{
color: #16830C;
}
</style>
background-color css
<style>
a { background-color: #16830C; }
a { background-color: rgb(22,131,12); }
div.DivClassName
{
background-color: #16830C;
}
.BgClassName
{
background-color: #16830C;
}
</style>
border-color css
<style>
span { border-color: #16830C; }
span { border-color: rgb(22,131,12); }
td.TdClassName
{
border-color: #16830C;
}
.TagClassName
{
border-color: #16830C;
}
</style>