Shades of Green #10880F
Tints of Green #10880F
RGB
CMYK
RGB Variations
Color information
#10880F (or 0x10880F) is known color: Green. HEX triplet: 10, 88 and 0F. RGB value is (16,136,15). Sum of RGB (Red+Green+Blue) = 16+136+15=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 136 (53.52% from 255 or 81.44% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 136 - color contains mainly: green. Hex color #10880F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10880F is #EF77F0. Grayscale: #565656. Windows color (decimal): -15693809 or 1017872. OLE color: 1017872.
HSL color Cylindrical-coordinate representation of color #10880F: hue angle of 119.5º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10880F is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 136 | 15 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.47 |
| HSL | 119.5º | 0.8% | 0.3% | - |
| HSV(B) | 119.5º | 0.89% | 0.53% | - |
| XYZ | 9.1 | 17.75 | 3.4 | - |
| YUV | 86.33 | 87.74 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 15 | 0.88 | 0 | 0.89 | 0.47 | 119.5 | 0.8 | 0.3 |
| Hex | 10 | 88 | F | 58 | 0 | 59 | 2F | 78 | 50 | 1E |
| Octal | 20 | 210 | 17 | 130 | 0 | 131 | 57 | 170 | 120 | 36 |
| Binary | 10000 | 10001000 | 1111 | 1011000 | 0 | 1011001 | 101111 | 1111000 | 1010000 | 11110 |
Color Harmonies of #10880F
Complementary color
Monochromatic Colors of #10880F
Black with #10880F
Text Example
Text Example
White with #10880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10880F; }
p { color: rgb(16,136,15); }
H1.HeaderClassName
{
color: #10880F;
}
.AnyTagClassName
{
color: #10880F;
}
</style>
background-color css
<style>
a { background-color: #10880F; }
a { background-color: rgb(16,136,15); }
div.DivClassName
{
background-color: #10880F;
}
.BgClassName
{
background-color: #10880F;
}
</style>
border-color css
<style>
span { border-color: #10880F; }
span { border-color: rgb(16,136,15); }
td.TdClassName
{
border-color: #10880F;
}
.TagClassName
{
border-color: #10880F;
}
</style>