Shades of Padua #86AF93
Tints of Padua #86AF93
RGB
CMYK
RGB Variations
Color information
#86AF93 (or 0x86AF93) is known color: Padua. HEX triplet: 86, AF and 93. RGB value is (134,175,147). Sum of RGB (Red+Green+Blue) = 134+175+147=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF93 is #79506C. Grayscale: #9F9F9F. Windows color (decimal): -7950445 or 9678726. OLE color: 9678726.
HSL color Cylindrical-coordinate representation of color #86AF93: hue angle of 139.02º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AF93 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 147 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.31 |
| HSL | 139.02º | 0.2% | 0.61% | - |
| HSV(B) | 139.02º | 0.23% | 0.69% | - |
| XYZ | 30.43 | 37.83 | 33.3 | - |
| YUV | 159.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 147 | 0.23 | 0 | 0.16 | 0.31 | 139.02 | 0.2 | 0.61 |
| Hex | 86 | AF | 93 | 17 | 0 | 10 | 1F | 8B | 14 | 3D |
| Octal | 206 | 257 | 223 | 27 | 0 | 20 | 37 | 213 | 24 | 75 |
| Binary | 10000110 | 10101111 | 10010011 | 10111 | 0 | 10000 | 11111 | 10001011 | 10100 | 111101 |
Color Harmonies of #86AF93
Complementary color
Monochromatic Colors of #86AF93
Black with #86AF93
Text Example
Text Example
White with #86AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF93; }
p { color: rgb(134,175,147); }
H1.HeaderClassName
{
color: #86AF93;
}
.AnyTagClassName
{
color: #86AF93;
}
</style>
background-color css
<style>
a { background-color: #86AF93; }
a { background-color: rgb(134,175,147); }
div.DivClassName
{
background-color: #86AF93;
}
.BgClassName
{
background-color: #86AF93;
}
</style>
border-color css
<style>
span { border-color: #86AF93; }
span { border-color: rgb(134,175,147); }
td.TdClassName
{
border-color: #86AF93;
}
.TagClassName
{
border-color: #86AF93;
}
</style>