Shades of Jade #10AF69
Tints of Jade #10AF69
RGB
CMYK
RGB Variations
Color information
#10AF69 (or 0x10AF69) is known color: Jade. HEX triplet: 10, AF and 69. RGB value is (16,175,105). Sum of RGB (Red+Green+Blue) = 16+175+105=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AF69 is #EF5096. Grayscale: #777777. Windows color (decimal): -15683735 or 6926096. OLE color: 6926096.
HSL color Cylindrical-coordinate representation of color #10AF69: hue angle of 153.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF69 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 105 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.31 |
| HSL | 153.58º | 0.83% | 0.37% | - |
| HSV(B) | 153.58º | 0.91% | 0.69% | - |
| XYZ | 18.09 | 31.79 | 18.55 | - |
| YUV | 119.48 | 119.82 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 105 | 0.91 | 0 | 0.40 | 0.31 | 153.58 | 0.83 | 0.37 |
| Hex | 10 | AF | 69 | 5B | 0 | 28 | 1F | 9A | 53 | 25 |
| Octal | 20 | 257 | 151 | 133 | 0 | 50 | 37 | 232 | 123 | 45 |
| Binary | 10000 | 10101111 | 1101001 | 1011011 | 0 | 101000 | 11111 | 10011010 | 1010011 | 100101 |
Color Harmonies of #10AF69
Complementary color
Monochromatic Colors of #10AF69
Black with #10AF69
Text Example
Text Example
White with #10AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF69; }
p { color: rgb(16,175,105); }
H1.HeaderClassName
{
color: #10AF69;
}
.AnyTagClassName
{
color: #10AF69;
}
</style>
background-color css
<style>
a { background-color: #10AF69; }
a { background-color: rgb(16,175,105); }
div.DivClassName
{
background-color: #10AF69;
}
.BgClassName
{
background-color: #10AF69;
}
</style>
border-color css
<style>
span { border-color: #10AF69; }
span { border-color: rgb(16,175,105); }
td.TdClassName
{
border-color: #10AF69;
}
.TagClassName
{
border-color: #10AF69;
}
</style>