Shades of Jade #08B871
Tints of Jade #08B871
RGB
CMYK
RGB Variations
Color information
#08B871 (or 0x08B871) is known color: Jade. HEX triplet: 08, B8 and 71. RGB value is (8,184,113). Sum of RGB (Red+Green+Blue) = 8+184+113=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 184 (72.27% from 255 or 60.33% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 184 - color contains mainly: green. Hex color #08B871 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B871 is #F7478E. Grayscale: #7B7B7B. Windows color (decimal): -16205711 or 7452680. OLE color: 7452680.
HSL color Cylindrical-coordinate representation of color #08B871: hue angle of 155.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B871 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 184 | 113 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.28 |
| HSL | 155.8º | 0.92% | 0.38% | - |
| HSV(B) | 155.8º | 0.96% | 0.72% | - |
| XYZ | 20.22 | 35.52 | 21.41 | - |
| YUV | 123.28 | 122.19 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 184 | 113 | 0.96 | 0 | 0.39 | 0.28 | 155.8 | 0.92 | 0.38 |
| Hex | 8 | B8 | 71 | 60 | 0 | 27 | 1C | 9C | 5C | 26 |
| Octal | 10 | 270 | 161 | 140 | 0 | 47 | 34 | 234 | 134 | 46 |
| Binary | 1000 | 10111000 | 1110001 | 1100000 | 0 | 100111 | 11100 | 10011100 | 1011100 | 100110 |
Color Harmonies of #08B871
Complementary color
Monochromatic Colors of #08B871
Black with #08B871
Text Example
Text Example
White with #08B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B871; }
p { color: rgb(8,184,113); }
H1.HeaderClassName
{
color: #08B871;
}
.AnyTagClassName
{
color: #08B871;
}
</style>
background-color css
<style>
a { background-color: #08B871; }
a { background-color: rgb(8,184,113); }
div.DivClassName
{
background-color: #08B871;
}
.BgClassName
{
background-color: #08B871;
}
</style>
border-color css
<style>
span { border-color: #08B871; }
span { border-color: rgb(8,184,113); }
td.TdClassName
{
border-color: #08B871;
}
.TagClassName
{
border-color: #08B871;
}
</style>