Shades of Jade #10BF65
Tints of Jade #10BF65
RGB
CMYK
RGB Variations
Color information
#10BF65 (or 0x10BF65) is known color: Jade. HEX triplet: 10, BF and 65. RGB value is (16,191,101). Sum of RGB (Red+Green+Blue) = 16+191+101=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF65 is #EF409A. Grayscale: #808080. Windows color (decimal): -15679643 or 6668048. OLE color: 6668048.
HSL color Cylindrical-coordinate representation of color #10BF65: hue angle of 149.14º 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 #10BF65 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 101 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.25 |
| HSL | 149.14º | 0.85% | 0.41% | - |
| HSV(B) | 149.14º | 0.92% | 0.75% | - |
| XYZ | 21.19 | 38.31 | 18.59 | - |
| YUV | 128.42 | 112.52 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 101 | 0.92 | 0 | 0.47 | 0.25 | 149.14 | 0.85 | 0.41 |
| Hex | 10 | BF | 65 | 5C | 0 | 2F | 19 | 95 | 55 | 29 |
| Octal | 20 | 277 | 145 | 134 | 0 | 57 | 31 | 225 | 125 | 51 |
| Binary | 10000 | 10111111 | 1100101 | 1011100 | 0 | 101111 | 11001 | 10010101 | 1010101 | 101001 |
Color Harmonies of #10BF65
Complementary color
Monochromatic Colors of #10BF65
Black with #10BF65
Text Example
Text Example
White with #10BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF65; }
p { color: rgb(16,191,101); }
H1.HeaderClassName
{
color: #10BF65;
}
.AnyTagClassName
{
color: #10BF65;
}
</style>
background-color css
<style>
a { background-color: #10BF65; }
a { background-color: rgb(16,191,101); }
div.DivClassName
{
background-color: #10BF65;
}
.BgClassName
{
background-color: #10BF65;
}
</style>
border-color css
<style>
span { border-color: #10BF65; }
span { border-color: rgb(16,191,101); }
td.TdClassName
{
border-color: #10BF65;
}
.TagClassName
{
border-color: #10BF65;
}
</style>