Shades of Jade #10BB64
Tints of Jade #10BB64
RGB
CMYK
RGB Variations
Color information
#10BB64 (or 0x10BB64) is known color: Jade. HEX triplet: 10, BB and 64. RGB value is (16,187,100). Sum of RGB (Red+Green+Blue) = 16+187+100=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 187 (73.44% from 255 or 61.72% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BB64 is #EF449B. Grayscale: #7E7E7E. Windows color (decimal): -15680668 or 6601488. OLE color: 6601488.
HSL color Cylindrical-coordinate representation of color #10BB64: hue angle of 149.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BB64 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 187 | 100 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.27 |
| HSL | 149.47º | 0.84% | 0.4% | - |
| HSV(B) | 149.47º | 0.91% | 0.73% | - |
| XYZ | 20.28 | 36.57 | 18.05 | - |
| YUV | 125.95 | 113.35 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 100 | 0.91 | 0 | 0.47 | 0.27 | 149.47 | 0.84 | 0.4 |
| Hex | 10 | BB | 64 | 5B | 0 | 2F | 1B | 95 | 54 | 28 |
| Octal | 20 | 273 | 144 | 133 | 0 | 57 | 33 | 225 | 124 | 50 |
| Binary | 10000 | 10111011 | 1100100 | 1011011 | 0 | 101111 | 11011 | 10010101 | 1010100 | 101000 |
Color Harmonies of #10BB64
Complementary color
Monochromatic Colors of #10BB64
Black with #10BB64
Text Example
Text Example
White with #10BB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BB64; }
p { color: rgb(16,187,100); }
H1.HeaderClassName
{
color: #10BB64;
}
.AnyTagClassName
{
color: #10BB64;
}
</style>
background-color css
<style>
a { background-color: #10BB64; }
a { background-color: rgb(16,187,100); }
div.DivClassName
{
background-color: #10BB64;
}
.BgClassName
{
background-color: #10BB64;
}
</style>
border-color css
<style>
span { border-color: #10BB64; }
span { border-color: rgb(16,187,100); }
td.TdClassName
{
border-color: #10BB64;
}
.TagClassName
{
border-color: #10BB64;
}
</style>