Shades of Jade #08B363
Tints of Jade #08B363
RGB
CMYK
RGB Variations
Color information
#08B363 (or 0x08B363) is known color: Jade. HEX triplet: 08, B3 and 63. RGB value is (8,179,99). Sum of RGB (Red+Green+Blue) = 8+179+99=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 179 (70.31% from 255 or 62.59% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 179 - color contains mainly: green. Hex color #08B363 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B363 is #F74C9C. Grayscale: #767676. Windows color (decimal): -16207005 or 6533896. OLE color: 6533896.
HSL color Cylindrical-coordinate representation of color #08B363: hue angle of 151.93º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B363 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 179 | 99 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.30 |
| HSL | 151.93º | 0.91% | 0.37% | - |
| HSV(B) | 151.93º | 0.96% | 0.7% | - |
| XYZ | 18.47 | 33.19 | 17.24 | - |
| YUV | 118.75 | 116.85 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 179 | 99 | 0.96 | 0 | 0.45 | 0.30 | 151.93 | 0.91 | 0.37 |
| Hex | 8 | B3 | 63 | 60 | 0 | 2D | 1E | 98 | 5B | 25 |
| Octal | 10 | 263 | 143 | 140 | 0 | 55 | 36 | 230 | 133 | 45 |
| Binary | 1000 | 10110011 | 1100011 | 1100000 | 0 | 101101 | 11110 | 10011000 | 1011011 | 100101 |
Color Harmonies of #08B363
Complementary color
Monochromatic Colors of #08B363
Black with #08B363
Text Example
Text Example
White with #08B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B363; }
p { color: rgb(8,179,99); }
H1.HeaderClassName
{
color: #08B363;
}
.AnyTagClassName
{
color: #08B363;
}
</style>
background-color css
<style>
a { background-color: #08B363; }
a { background-color: rgb(8,179,99); }
div.DivClassName
{
background-color: #08B363;
}
.BgClassName
{
background-color: #08B363;
}
</style>
border-color css
<style>
span { border-color: #08B363; }
span { border-color: rgb(8,179,99); }
td.TdClassName
{
border-color: #08B363;
}
.TagClassName
{
border-color: #08B363;
}
</style>