Shades of Jade #11B463
Tints of Jade #11B463
RGB
CMYK
RGB Variations
Color information
#11B463 (or 0x11B463) is known color: Jade. HEX triplet: 11, B4 and 63. RGB value is (17,180,99). Sum of RGB (Red+Green+Blue) = 17+180+99=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 180 (70.70% from 255 or 60.81% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 180 - color contains mainly: green. Hex color #11B463 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B463 is #EE4B9C. Grayscale: #7A7A7A. Windows color (decimal): -15616925 or 6534161. OLE color: 6534161.
HSL color Cylindrical-coordinate representation of color #11B463: hue angle of 150.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B463 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 180 | 99 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.29 |
| HSL | 150.18º | 0.83% | 0.39% | - |
| HSV(B) | 150.18º | 0.91% | 0.71% | - |
| XYZ | 18.8 | 33.66 | 17.31 | - |
| YUV | 122.03 | 115 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 180 | 99 | 0.91 | 0 | 0.45 | 0.29 | 150.18 | 0.83 | 0.39 |
| Hex | 11 | B4 | 63 | 5B | 0 | 2D | 1D | 96 | 53 | 27 |
| Octal | 21 | 264 | 143 | 133 | 0 | 55 | 35 | 226 | 123 | 47 |
| Binary | 10001 | 10110100 | 1100011 | 1011011 | 0 | 101101 | 11101 | 10010110 | 1010011 | 100111 |
Color Harmonies of #11B463
Complementary color
Monochromatic Colors of #11B463
Black with #11B463
Text Example
Text Example
White with #11B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B463; }
p { color: rgb(17,180,99); }
H1.HeaderClassName
{
color: #11B463;
}
.AnyTagClassName
{
color: #11B463;
}
</style>
background-color css
<style>
a { background-color: #11B463; }
a { background-color: rgb(17,180,99); }
div.DivClassName
{
background-color: #11B463;
}
.BgClassName
{
background-color: #11B463;
}
</style>
border-color css
<style>
span { border-color: #11B463; }
span { border-color: rgb(17,180,99); }
td.TdClassName
{
border-color: #11B463;
}
.TagClassName
{
border-color: #11B463;
}
</style>