Shades of Jade #08B270
Tints of Jade #08B270
RGB
CMYK
RGB Variations
Color information
#08B270 (or 0x08B270) is known color: Jade. HEX triplet: 08, B2 and 70. RGB value is (8,178,112). Sum of RGB (Red+Green+Blue) = 8+178+112=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #08B270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B270 is #F74D8F. Grayscale: #777777. Windows color (decimal): -16207248 or 7385608. OLE color: 7385608.
HSL color Cylindrical-coordinate representation of color #08B270: hue angle of 156.71º 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 #08B270 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 178 | 112 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.30 |
| HSL | 156.71º | 0.91% | 0.36% | - |
| HSV(B) | 156.71º | 0.96% | 0.7% | - |
| XYZ | 18.95 | 33.06 | 20.71 | - |
| YUV | 119.65 | 123.68 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 178 | 112 | 0.96 | 0 | 0.37 | 0.30 | 156.71 | 0.91 | 0.36 |
| Hex | 8 | B2 | 70 | 60 | 0 | 25 | 1E | 9D | 5B | 24 |
| Octal | 10 | 262 | 160 | 140 | 0 | 45 | 36 | 235 | 133 | 44 |
| Binary | 1000 | 10110010 | 1110000 | 1100000 | 0 | 100101 | 11110 | 10011101 | 1011011 | 100100 |
Color Harmonies of #08B270
Complementary color
Monochromatic Colors of #08B270
Black with #08B270
Text Example
Text Example
White with #08B270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B270; }
p { color: rgb(8,178,112); }
H1.HeaderClassName
{
color: #08B270;
}
.AnyTagClassName
{
color: #08B270;
}
</style>
background-color css
<style>
a { background-color: #08B270; }
a { background-color: rgb(8,178,112); }
div.DivClassName
{
background-color: #08B270;
}
.BgClassName
{
background-color: #08B270;
}
</style>
border-color css
<style>
span { border-color: #08B270; }
span { border-color: rgb(8,178,112); }
td.TdClassName
{
border-color: #08B270;
}
.TagClassName
{
border-color: #08B270;
}
</style>