Shades of Jade #10BF63
Tints of Jade #10BF63
RGB
CMYK
RGB Variations
Color information
#10BF63 (or 0x10BF63) is known color: Jade. HEX triplet: 10, BF and 63. RGB value is (16,191,99). Sum of RGB (Red+Green+Blue) = 16+191+99=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF63 is #EF409C. Grayscale: #808080. Windows color (decimal): -15679645 or 6536976. OLE color: 6536976.
HSL color Cylindrical-coordinate representation of color #10BF63: hue angle of 148.46º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BF63 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 99 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.25 |
| HSL | 148.46º | 0.85% | 0.41% | - |
| HSV(B) | 148.46º | 0.92% | 0.75% | - |
| XYZ | 21.1 | 38.27 | 18.08 | - |
| YUV | 128.19 | 111.52 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 99 | 0.92 | 0 | 0.48 | 0.25 | 148.46 | 0.85 | 0.41 |
| Hex | 10 | BF | 63 | 5C | 0 | 30 | 19 | 94 | 55 | 29 |
| Octal | 20 | 277 | 143 | 134 | 0 | 60 | 31 | 224 | 125 | 51 |
| Binary | 10000 | 10111111 | 1100011 | 1011100 | 0 | 110000 | 11001 | 10010100 | 1010101 | 101001 |
Color Harmonies of #10BF63
Complementary color
Monochromatic Colors of #10BF63
Black with #10BF63
Text Example
Text Example
White with #10BF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF63; }
p { color: rgb(16,191,99); }
H1.HeaderClassName
{
color: #10BF63;
}
.AnyTagClassName
{
color: #10BF63;
}
</style>
background-color css
<style>
a { background-color: #10BF63; }
a { background-color: rgb(16,191,99); }
div.DivClassName
{
background-color: #10BF63;
}
.BgClassName
{
background-color: #10BF63;
}
</style>
border-color css
<style>
span { border-color: #10BF63; }
span { border-color: rgb(16,191,99); }
td.TdClassName
{
border-color: #10BF63;
}
.TagClassName
{
border-color: #10BF63;
}
</style>