Shades of Jade #10B465
Tints of Jade #10B465
RGB
CMYK
RGB Variations
Color information
#10B465 (or 0x10B465) is known color: Jade. HEX triplet: 10, B4 and 65. RGB value is (16,180,101). Sum of RGB (Red+Green+Blue) = 16+180+101=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #10B465 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B465 is #EF4B9A. Grayscale: #7A7A7A. Windows color (decimal): -15682459 or 6665232. OLE color: 6665232.
HSL color Cylindrical-coordinate representation of color #10B465: hue angle of 151.1º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B465 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 101 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.29 |
| HSL | 151.1º | 0.84% | 0.38% | - |
| HSV(B) | 151.1º | 0.91% | 0.71% | - |
| XYZ | 18.88 | 33.69 | 17.82 | - |
| YUV | 121.96 | 116.17 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 101 | 0.91 | 0 | 0.44 | 0.29 | 151.1 | 0.84 | 0.38 |
| Hex | 10 | B4 | 65 | 5B | 0 | 2C | 1D | 97 | 54 | 26 |
| Octal | 20 | 264 | 145 | 133 | 0 | 54 | 35 | 227 | 124 | 46 |
| Binary | 10000 | 10110100 | 1100101 | 1011011 | 0 | 101100 | 11101 | 10010111 | 1010100 | 100110 |
Color Harmonies of #10B465
Complementary color
Monochromatic Colors of #10B465
Black with #10B465
Text Example
Text Example
White with #10B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B465; }
p { color: rgb(16,180,101); }
H1.HeaderClassName
{
color: #10B465;
}
.AnyTagClassName
{
color: #10B465;
}
</style>
background-color css
<style>
a { background-color: #10B465; }
a { background-color: rgb(16,180,101); }
div.DivClassName
{
background-color: #10B465;
}
.BgClassName
{
background-color: #10B465;
}
</style>
border-color css
<style>
span { border-color: #10B465; }
span { border-color: rgb(16,180,101); }
td.TdClassName
{
border-color: #10B465;
}
.TagClassName
{
border-color: #10B465;
}
</style>