Shades of Jade #10AB67
Tints of Jade #10AB67
RGB
CMYK
RGB Variations
Color information
#10AB67 (or 0x10AB67) is known color: Jade. HEX triplet: 10, AB and 67. RGB value is (16,171,103). Sum of RGB (Red+Green+Blue) = 16+171+103=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB67 is #EF5498. Grayscale: #757575. Windows color (decimal): -15684761 or 6794000. OLE color: 6794000.
HSL color Cylindrical-coordinate representation of color #10AB67: hue angle of 153.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB67 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 103 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.33 |
| HSL | 153.68º | 0.83% | 0.37% | - |
| HSV(B) | 153.68º | 0.91% | 0.67% | - |
| XYZ | 17.22 | 30.22 | 17.76 | - |
| YUV | 116.9 | 120.15 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 103 | 0.91 | 0 | 0.40 | 0.33 | 153.68 | 0.83 | 0.37 |
| Hex | 10 | AB | 67 | 5B | 0 | 28 | 21 | 9A | 53 | 25 |
| Octal | 20 | 253 | 147 | 133 | 0 | 50 | 41 | 232 | 123 | 45 |
| Binary | 10000 | 10101011 | 1100111 | 1011011 | 0 | 101000 | 100001 | 10011010 | 1010011 | 100101 |
Color Harmonies of #10AB67
Complementary color
Monochromatic Colors of #10AB67
Black with #10AB67
Text Example
Text Example
White with #10AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB67; }
p { color: rgb(16,171,103); }
H1.HeaderClassName
{
color: #10AB67;
}
.AnyTagClassName
{
color: #10AB67;
}
</style>
background-color css
<style>
a { background-color: #10AB67; }
a { background-color: rgb(16,171,103); }
div.DivClassName
{
background-color: #10AB67;
}
.BgClassName
{
background-color: #10AB67;
}
</style>
border-color css
<style>
span { border-color: #10AB67; }
span { border-color: rgb(16,171,103); }
td.TdClassName
{
border-color: #10AB67;
}
.TagClassName
{
border-color: #10AB67;
}
</style>