Shades of Green #108B02
Tints of Green #108B02
RGB
CMYK
RGB Variations
Color information
#108B02 (or 0x108B02) is known color: Green. HEX triplet: 10, 8B and 02. RGB value is (16,139,2). Sum of RGB (Red+Green+Blue) = 16+139+2=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 139 (54.69% from 255 or 88.54% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 139 - color contains mainly: green. Hex color #108B02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #108B02 is #EF74FD. Grayscale: #575757. Windows color (decimal): -15693054 or 166672. OLE color: 166672.
HSL color Cylindrical-coordinate representation of color #108B02: hue angle of 113.87º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #108B02 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 139 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.45 |
| HSL | 113.87º | 0.97% | 0.28% | - |
| HSV(B) | 113.87º | 0.99% | 0.55% | - |
| XYZ | 9.46 | 18.58 | 3.15 | - |
| YUV | 86.61 | 80.25 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 2 | 0.88 | 0 | 0.99 | 0.45 | 113.87 | 0.97 | 0.28 |
| Hex | 10 | 8B | 2 | 58 | 0 | 63 | 2D | 72 | 61 | 1C |
| Octal | 20 | 213 | 2 | 130 | 0 | 143 | 55 | 162 | 141 | 34 |
| Binary | 10000 | 10001011 | 10 | 1011000 | 0 | 1100011 | 101101 | 1110010 | 1100001 | 11100 |
Color Harmonies of #108B02
Complementary color
Monochromatic Colors of #108B02
Black with #108B02
Text Example
Text Example
White with #108B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B02; }
p { color: rgb(16,139,2); }
H1.HeaderClassName
{
color: #108B02;
}
.AnyTagClassName
{
color: #108B02;
}
</style>
background-color css
<style>
a { background-color: #108B02; }
a { background-color: rgb(16,139,2); }
div.DivClassName
{
background-color: #108B02;
}
.BgClassName
{
background-color: #108B02;
}
</style>
border-color css
<style>
span { border-color: #108B02; }
span { border-color: rgb(16,139,2); }
td.TdClassName
{
border-color: #108B02;
}
.TagClassName
{
border-color: #108B02;
}
</style>