Shades of Jade #10A969
Tints of Jade #10A969
RGB
CMYK
RGB Variations
Color information
#10A969 (or 0x10A969) is known color: Jade. HEX triplet: 10, A9 and 69. RGB value is (16,169,105). Sum of RGB (Red+Green+Blue) = 16+169+105=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 169 (66.41% from 255 or 58.28% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 169 - color contains mainly: green. Hex color #10A969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A969 is #EF5696. Grayscale: #747474. Windows color (decimal): -15685271 or 6924560. OLE color: 6924560.
HSL color Cylindrical-coordinate representation of color #10A969: hue angle of 154.9º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A969 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 105 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.34 |
| HSL | 154.9º | 0.83% | 0.36% | - |
| HSV(B) | 154.9º | 0.91% | 0.66% | - |
| XYZ | 16.95 | 29.51 | 18.17 | - |
| YUV | 115.96 | 121.81 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 105 | 0.91 | 0 | 0.38 | 0.34 | 154.9 | 0.83 | 0.36 |
| Hex | 10 | A9 | 69 | 5B | 0 | 26 | 22 | 9B | 53 | 24 |
| Octal | 20 | 251 | 151 | 133 | 0 | 46 | 42 | 233 | 123 | 44 |
| Binary | 10000 | 10101001 | 1101001 | 1011011 | 0 | 100110 | 100010 | 10011011 | 1010011 | 100100 |
Color Harmonies of #10A969
Complementary color
Monochromatic Colors of #10A969
Black with #10A969
Text Example
Text Example
White with #10A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A969; }
p { color: rgb(16,169,105); }
H1.HeaderClassName
{
color: #10A969;
}
.AnyTagClassName
{
color: #10A969;
}
</style>
background-color css
<style>
a { background-color: #10A969; }
a { background-color: rgb(16,169,105); }
div.DivClassName
{
background-color: #10A969;
}
.BgClassName
{
background-color: #10A969;
}
</style>
border-color css
<style>
span { border-color: #10A969; }
span { border-color: rgb(16,169,105); }
td.TdClassName
{
border-color: #10A969;
}
.TagClassName
{
border-color: #10A969;
}
</style>