Shades of Jade #08A963
Tints of Jade #08A963
RGB
CMYK
RGB Variations
Color information
#08A963 (or 0x08A963) is known color: Jade. HEX triplet: 08, A9 and 63. RGB value is (8,169,99). Sum of RGB (Red+Green+Blue) = 8+169+99=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 169 (66.41% from 255 or 61.23% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 169 - color contains mainly: green. Hex color #08A963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A963 is #F7569C. Grayscale: #717171. Windows color (decimal): -16209565 or 6531336. OLE color: 6531336.
HSL color Cylindrical-coordinate representation of color #08A963: hue angle of 153.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A963 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 8 | 169 | 99 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.34 |
| HSL | 153.91º | 0.91% | 0.35% | - |
| HSV(B) | 153.91º | 0.95% | 0.66% | - |
| XYZ | 16.54 | 29.33 | 16.59 | - |
| YUV | 112.88 | 120.16 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 169 | 99 | 0.95 | 0 | 0.41 | 0.34 | 153.91 | 0.91 | 0.35 |
| Hex | 8 | A9 | 63 | 5F | 0 | 29 | 22 | 9A | 5B | 23 |
| Octal | 10 | 251 | 143 | 137 | 0 | 51 | 42 | 232 | 133 | 43 |
| Binary | 1000 | 10101001 | 1100011 | 1011111 | 0 | 101001 | 100010 | 10011010 | 1011011 | 100011 |
Color Harmonies of #08A963
Complementary color
Monochromatic Colors of #08A963
Black with #08A963
Text Example
Text Example
White with #08A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A963; }
p { color: rgb(8,169,99); }
H1.HeaderClassName
{
color: #08A963;
}
.AnyTagClassName
{
color: #08A963;
}
</style>
background-color css
<style>
a { background-color: #08A963; }
a { background-color: rgb(8,169,99); }
div.DivClassName
{
background-color: #08A963;
}
.BgClassName
{
background-color: #08A963;
}
</style>
border-color css
<style>
span { border-color: #08A963; }
span { border-color: rgb(8,169,99); }
td.TdClassName
{
border-color: #08A963;
}
.TagClassName
{
border-color: #08A963;
}
</style>