Shades of Jade #08B273
Tints of Jade #08B273
RGB
CMYK
RGB Variations
Color information
#08B273 (or 0x08B273) is known color: Jade. HEX triplet: 08, B2 and 73. RGB value is (8,178,115). Sum of RGB (Red+Green+Blue) = 8+178+115=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 178 (69.92% from 255 or 59.14% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 178 - color contains mainly: green. Hex color #08B273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B273 is #F74D8C. Grayscale: #787878. Windows color (decimal): -16207245 or 7582216. OLE color: 7582216.
HSL color Cylindrical-coordinate representation of color #08B273: hue angle of 157.76º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B273 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 178 | 115 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.30 |
| HSL | 157.76º | 0.91% | 0.36% | - |
| HSV(B) | 157.76º | 0.96% | 0.7% | - |
| XYZ | 19.12 | 33.13 | 21.61 | - |
| YUV | 119.99 | 125.18 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 178 | 115 | 0.96 | 0 | 0.35 | 0.30 | 157.76 | 0.91 | 0.36 |
| Hex | 8 | B2 | 73 | 60 | 0 | 23 | 1E | 9E | 5B | 24 |
| Octal | 10 | 262 | 163 | 140 | 0 | 43 | 36 | 236 | 133 | 44 |
| Binary | 1000 | 10110010 | 1110011 | 1100000 | 0 | 100011 | 11110 | 10011110 | 1011011 | 100100 |
Color Harmonies of #08B273
Complementary color
Monochromatic Colors of #08B273
Black with #08B273
Text Example
Text Example
White with #08B273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B273; }
p { color: rgb(8,178,115); }
H1.HeaderClassName
{
color: #08B273;
}
.AnyTagClassName
{
color: #08B273;
}
</style>
background-color css
<style>
a { background-color: #08B273; }
a { background-color: rgb(8,178,115); }
div.DivClassName
{
background-color: #08B273;
}
.BgClassName
{
background-color: #08B273;
}
</style>
border-color css
<style>
span { border-color: #08B273; }
span { border-color: rgb(8,178,115); }
td.TdClassName
{
border-color: #08B273;
}
.TagClassName
{
border-color: #08B273;
}
</style>