Shades of Jade #04B178
Tints of Jade #04B178
RGB
CMYK
RGB Variations
Color information
#04B178 (or 0x04B178) is known color: Jade. HEX triplet: 04, B1 and 78. RGB value is (4,177,120). Sum of RGB (Red+Green+Blue) = 4+177+120=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #04B178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B178 is #FB4E87. Grayscale: #767676. Windows color (decimal): -16469640 or 7909636. OLE color: 7909636.
HSL color Cylindrical-coordinate representation of color #04B178: hue angle of 160.23º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B178 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 177 | 120 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.31 |
| HSL | 160.23º | 0.96% | 0.35% | - |
| HSV(B) | 160.23º | 0.98% | 0.69% | - |
| XYZ | 19.16 | 32.83 | 23.1 | - |
| YUV | 118.78 | 128.69 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 177 | 120 | 0.98 | 0 | 0.32 | 0.31 | 160.23 | 0.96 | 0.35 |
| Hex | 4 | B1 | 78 | 62 | 0 | 20 | 1F | A0 | 60 | 23 |
| Octal | 4 | 261 | 170 | 142 | 0 | 40 | 37 | 240 | 140 | 43 |
| Binary | 100 | 10110001 | 1111000 | 1100010 | 0 | 100000 | 11111 | 10100000 | 1100000 | 100011 |
Color Harmonies of #04B178
Complementary color
Monochromatic Colors of #04B178
Black with #04B178
Text Example
Text Example
White with #04B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B178; }
p { color: rgb(4,177,120); }
H1.HeaderClassName
{
color: #04B178;
}
.AnyTagClassName
{
color: #04B178;
}
</style>
background-color css
<style>
a { background-color: #04B178; }
a { background-color: rgb(4,177,120); }
div.DivClassName
{
background-color: #04B178;
}
.BgClassName
{
background-color: #04B178;
}
</style>
border-color css
<style>
span { border-color: #04B178; }
span { border-color: rgb(4,177,120); }
td.TdClassName
{
border-color: #04B178;
}
.TagClassName
{
border-color: #04B178;
}
</style>