Shades of Jade #10B468
Tints of Jade #10B468
RGB
CMYK
RGB Variations
Color information
#10B468 (or 0x10B468) is known color: Jade. HEX triplet: 10, B4 and 68. RGB value is (16,180,104). Sum of RGB (Red+Green+Blue) = 16+180+104=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #10B468 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B468 is #EF4B97. Grayscale: #7A7A7A. Windows color (decimal): -15682456 or 6861840. OLE color: 6861840.
HSL color Cylindrical-coordinate representation of color #10B468: hue angle of 152.2º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B468 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 104 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.29 |
| HSL | 152.2º | 0.84% | 0.38% | - |
| HSV(B) | 152.2º | 0.91% | 0.71% | - |
| XYZ | 19.03 | 33.75 | 18.61 | - |
| YUV | 122.3 | 117.67 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 104 | 0.91 | 0 | 0.42 | 0.29 | 152.2 | 0.84 | 0.38 |
| Hex | 10 | B4 | 68 | 5B | 0 | 2A | 1D | 98 | 54 | 26 |
| Octal | 20 | 264 | 150 | 133 | 0 | 52 | 35 | 230 | 124 | 46 |
| Binary | 10000 | 10110100 | 1101000 | 1011011 | 0 | 101010 | 11101 | 10011000 | 1010100 | 100110 |
Color Harmonies of #10B468
Complementary color
Monochromatic Colors of #10B468
Black with #10B468
Text Example
Text Example
White with #10B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B468; }
p { color: rgb(16,180,104); }
H1.HeaderClassName
{
color: #10B468;
}
.AnyTagClassName
{
color: #10B468;
}
</style>
background-color css
<style>
a { background-color: #10B468; }
a { background-color: rgb(16,180,104); }
div.DivClassName
{
background-color: #10B468;
}
.BgClassName
{
background-color: #10B468;
}
</style>
border-color css
<style>
span { border-color: #10B468; }
span { border-color: rgb(16,180,104); }
td.TdClassName
{
border-color: #10B468;
}
.TagClassName
{
border-color: #10B468;
}
</style>