Shades of Jade #10B46C
Tints of Jade #10B46C
RGB
CMYK
RGB Variations
Color information
#10B46C (or 0x10B46C) is known color: Jade. HEX triplet: 10, B4 and 6C. RGB value is (16,180,108). Sum of RGB (Red+Green+Blue) = 16+180+108=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #10B46C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B46C is #EF4B93. Grayscale: #7A7A7A. Windows color (decimal): -15682452 or 7123984. OLE color: 7123984.
HSL color Cylindrical-coordinate representation of color #10B46C: hue angle of 153.66º 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 #10B46C is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 108 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.29 |
| HSL | 153.66º | 0.84% | 0.38% | - |
| HSV(B) | 153.66º | 0.91% | 0.71% | - |
| XYZ | 19.24 | 33.84 | 19.7 | - |
| YUV | 122.76 | 119.67 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 108 | 0.91 | 0 | 0.40 | 0.29 | 153.66 | 0.84 | 0.38 |
| Hex | 10 | B4 | 6C | 5B | 0 | 28 | 1D | 9A | 54 | 26 |
| Octal | 20 | 264 | 154 | 133 | 0 | 50 | 35 | 232 | 124 | 46 |
| Binary | 10000 | 10110100 | 1101100 | 1011011 | 0 | 101000 | 11101 | 10011010 | 1010100 | 100110 |
Color Harmonies of #10B46C
Complementary color
Monochromatic Colors of #10B46C
Black with #10B46C
Text Example
Text Example
White with #10B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B46C; }
p { color: rgb(16,180,108); }
H1.HeaderClassName
{
color: #10B46C;
}
.AnyTagClassName
{
color: #10B46C;
}
</style>
background-color css
<style>
a { background-color: #10B46C; }
a { background-color: rgb(16,180,108); }
div.DivClassName
{
background-color: #10B46C;
}
.BgClassName
{
background-color: #10B46C;
}
</style>
border-color css
<style>
span { border-color: #10B46C; }
span { border-color: rgb(16,180,108); }
td.TdClassName
{
border-color: #10B46C;
}
.TagClassName
{
border-color: #10B46C;
}
</style>