Shades of Jade #08B366
Tints of Jade #08B366
RGB
CMYK
RGB Variations
Color information
#08B366 (or 0x08B366) is known color: Jade. HEX triplet: 08, B3 and 66. RGB value is (8,179,102). Sum of RGB (Red+Green+Blue) = 8+179+102=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #08B366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B366 is #F74C99. Grayscale: #777777. Windows color (decimal): -16207002 or 6730504. OLE color: 6730504.
HSL color Cylindrical-coordinate representation of color #08B366: hue angle of 152.98º 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 #08B366 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 179 | 102 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.30 |
| HSL | 152.98º | 0.91% | 0.37% | - |
| HSV(B) | 152.98º | 0.96% | 0.7% | - |
| XYZ | 18.62 | 33.25 | 18.01 | - |
| YUV | 119.09 | 118.35 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 179 | 102 | 0.96 | 0 | 0.43 | 0.30 | 152.98 | 0.91 | 0.37 |
| Hex | 8 | B3 | 66 | 60 | 0 | 2B | 1E | 99 | 5B | 25 |
| Octal | 10 | 263 | 146 | 140 | 0 | 53 | 36 | 231 | 133 | 45 |
| Binary | 1000 | 10110011 | 1100110 | 1100000 | 0 | 101011 | 11110 | 10011001 | 1011011 | 100101 |
Color Harmonies of #08B366
Complementary color
Monochromatic Colors of #08B366
Black with #08B366
Text Example
Text Example
White with #08B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B366; }
p { color: rgb(8,179,102); }
H1.HeaderClassName
{
color: #08B366;
}
.AnyTagClassName
{
color: #08B366;
}
</style>
background-color css
<style>
a { background-color: #08B366; }
a { background-color: rgb(8,179,102); }
div.DivClassName
{
background-color: #08B366;
}
.BgClassName
{
background-color: #08B366;
}
</style>
border-color css
<style>
span { border-color: #08B366; }
span { border-color: rgb(8,179,102); }
td.TdClassName
{
border-color: #08B366;
}
.TagClassName
{
border-color: #08B366;
}
</style>