Shades of Jade #10B272
Tints of Jade #10B272
RGB
CMYK
RGB Variations
Color information
#10B272 (or 0x10B272) is known color: Jade. HEX triplet: 10, B2 and 72. RGB value is (16,178,114). Sum of RGB (Red+Green+Blue) = 16+178+114=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 178 (69.92% from 255 or 57.79% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 178 - color contains mainly: green. Hex color #10B272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B272 is #EF4D8D. Grayscale: #7A7A7A. Windows color (decimal): -15682958 or 7516688. OLE color: 7516688.
HSL color Cylindrical-coordinate representation of color #10B272: hue angle of 156.3º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B272 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 178 | 114 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.30 |
| HSL | 156.3º | 0.84% | 0.38% | - |
| HSV(B) | 156.3º | 0.91% | 0.7% | - |
| XYZ | 19.17 | 33.17 | 21.31 | - |
| YUV | 122.27 | 123.33 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 114 | 0.91 | 0 | 0.36 | 0.30 | 156.3 | 0.84 | 0.38 |
| Hex | 10 | B2 | 72 | 5B | 0 | 24 | 1E | 9C | 54 | 26 |
| Octal | 20 | 262 | 162 | 133 | 0 | 44 | 36 | 234 | 124 | 46 |
| Binary | 10000 | 10110010 | 1110010 | 1011011 | 0 | 100100 | 11110 | 10011100 | 1010100 | 100110 |
Color Harmonies of #10B272
Complementary color
Monochromatic Colors of #10B272
Black with #10B272
Text Example
Text Example
White with #10B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B272; }
p { color: rgb(16,178,114); }
H1.HeaderClassName
{
color: #10B272;
}
.AnyTagClassName
{
color: #10B272;
}
</style>
background-color css
<style>
a { background-color: #10B272; }
a { background-color: rgb(16,178,114); }
div.DivClassName
{
background-color: #10B272;
}
.BgClassName
{
background-color: #10B272;
}
</style>
border-color css
<style>
span { border-color: #10B272; }
span { border-color: rgb(16,178,114); }
td.TdClassName
{
border-color: #10B272;
}
.TagClassName
{
border-color: #10B272;
}
</style>