Shades of Green #108401
Tints of Green #108401
RGB
CMYK
RGB Variations
Color information
#108401 (or 0x108401) is known color: Green. HEX triplet: 10, 84 and 01. RGB value is (16,132,1). Sum of RGB (Red+Green+Blue) = 16+132+1=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 132 (51.95% from 255 or 88.59% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 132 - color contains mainly: green. Hex color #108401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #108401 is #EF7BFE. Grayscale: #525252. Windows color (decimal): -15694847 or 99344. OLE color: 99344.
HSL color Cylindrical-coordinate representation of color #108401: hue angle of 113.13º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #108401 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 132 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.48 |
| HSL | 113.13º | 0.98% | 0.26% | - |
| HSV(B) | 113.13º | 0.99% | 0.52% | - |
| XYZ | 8.47 | 16.61 | 2.79 | - |
| YUV | 82.38 | 82.07 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 1 | 0.88 | 0 | 0.99 | 0.48 | 113.13 | 0.98 | 0.26 |
| Hex | 10 | 84 | 1 | 58 | 0 | 63 | 30 | 71 | 62 | 1A |
| Octal | 20 | 204 | 1 | 130 | 0 | 143 | 60 | 161 | 142 | 32 |
| Binary | 10000 | 10000100 | 1 | 1011000 | 0 | 1100011 | 110000 | 1110001 | 1100010 | 11010 |
Color Harmonies of #108401
Complementary color
Monochromatic Colors of #108401
Black with #108401
Text Example
Text Example
White with #108401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108401; }
p { color: rgb(16,132,1); }
H1.HeaderClassName
{
color: #108401;
}
.AnyTagClassName
{
color: #108401;
}
</style>
background-color css
<style>
a { background-color: #108401; }
a { background-color: rgb(16,132,1); }
div.DivClassName
{
background-color: #108401;
}
.BgClassName
{
background-color: #108401;
}
</style>
border-color css
<style>
span { border-color: #108401; }
span { border-color: rgb(16,132,1); }
td.TdClassName
{
border-color: #108401;
}
.TagClassName
{
border-color: #108401;
}
</style>