Shades of Jade #10B16F
Tints of Jade #10B16F
RGB
CMYK
RGB Variations
Color information
#10B16F (or 0x10B16F) is known color: Jade. HEX triplet: 10, B1 and 6F. RGB value is (16,177,111). Sum of RGB (Red+Green+Blue) = 16+177+111=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 177 (69.53% from 255 or 58.22% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 177 - color contains mainly: green. Hex color #10B16F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B16F is #EF4E90. Grayscale: #797979. Windows color (decimal): -15683217 or 7319824. OLE color: 7319824.
HSL color Cylindrical-coordinate representation of color #10B16F: hue angle of 155.4º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B16F is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 111 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.31 |
| HSL | 155.4º | 0.83% | 0.38% | - |
| HSV(B) | 155.4º | 0.91% | 0.69% | - |
| XYZ | 18.81 | 32.7 | 20.36 | - |
| YUV | 121.34 | 122.16 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 111 | 0.91 | 0 | 0.37 | 0.31 | 155.4 | 0.83 | 0.38 |
| Hex | 10 | B1 | 6F | 5B | 0 | 25 | 1F | 9B | 53 | 26 |
| Octal | 20 | 261 | 157 | 133 | 0 | 45 | 37 | 233 | 123 | 46 |
| Binary | 10000 | 10110001 | 1101111 | 1011011 | 0 | 100101 | 11111 | 10011011 | 1010011 | 100110 |
Color Harmonies of #10B16F
Complementary color
Monochromatic Colors of #10B16F
Black with #10B16F
Text Example
Text Example
White with #10B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B16F; }
p { color: rgb(16,177,111); }
H1.HeaderClassName
{
color: #10B16F;
}
.AnyTagClassName
{
color: #10B16F;
}
</style>
background-color css
<style>
a { background-color: #10B16F; }
a { background-color: rgb(16,177,111); }
div.DivClassName
{
background-color: #10B16F;
}
.BgClassName
{
background-color: #10B16F;
}
</style>
border-color css
<style>
span { border-color: #10B16F; }
span { border-color: rgb(16,177,111); }
td.TdClassName
{
border-color: #10B16F;
}
.TagClassName
{
border-color: #10B16F;
}
</style>