Shades of Jade #10BF64
Tints of Jade #10BF64
RGB
CMYK
RGB Variations
Color information
#10BF64 (or 0x10BF64) is known color: Jade. HEX triplet: 10, BF and 64. RGB value is (16,191,100). Sum of RGB (Red+Green+Blue) = 16+191+100=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF64 is #EF409B. Grayscale: #808080. Windows color (decimal): -15679644 or 6602512. OLE color: 6602512.
HSL color Cylindrical-coordinate representation of color #10BF64: hue angle of 148.8º 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 #10BF64 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 100 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.25 |
| HSL | 148.8º | 0.85% | 0.41% | - |
| HSV(B) | 148.8º | 0.92% | 0.75% | - |
| XYZ | 21.14 | 38.29 | 18.33 | - |
| YUV | 128.3 | 112.02 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 100 | 0.92 | 0 | 0.48 | 0.25 | 148.8 | 0.85 | 0.41 |
| Hex | 10 | BF | 64 | 5C | 0 | 30 | 19 | 95 | 55 | 29 |
| Octal | 20 | 277 | 144 | 134 | 0 | 60 | 31 | 225 | 125 | 51 |
| Binary | 10000 | 10111111 | 1100100 | 1011100 | 0 | 110000 | 11001 | 10010101 | 1010101 | 101001 |
Color Harmonies of #10BF64
Complementary color
Monochromatic Colors of #10BF64
Black with #10BF64
Text Example
Text Example
White with #10BF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF64; }
p { color: rgb(16,191,100); }
H1.HeaderClassName
{
color: #10BF64;
}
.AnyTagClassName
{
color: #10BF64;
}
</style>
background-color css
<style>
a { background-color: #10BF64; }
a { background-color: rgb(16,191,100); }
div.DivClassName
{
background-color: #10BF64;
}
.BgClassName
{
background-color: #10BF64;
}
</style>
border-color css
<style>
span { border-color: #10BF64; }
span { border-color: rgb(16,191,100); }
td.TdClassName
{
border-color: #10BF64;
}
.TagClassName
{
border-color: #10BF64;
}
</style>