Shades of Jade #04BA6F
Tints of Jade #04BA6F
RGB
CMYK
RGB Variations
Color information
#04BA6F (or 0x04BA6F) is known color: Jade. HEX triplet: 04, BA and 6F. RGB value is (4,186,111). Sum of RGB (Red+Green+Blue) = 4+186+111=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA6F is #FB4590. Grayscale: #7B7B7B. Windows color (decimal): -16467345 or 7322116. OLE color: 7322116.
HSL color Cylindrical-coordinate representation of color #04BA6F: hue angle of 155.27º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA6F is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 111 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.27 |
| HSL | 155.27º | 0.96% | 0.37% | - |
| HSV(B) | 155.27º | 0.98% | 0.73% | - |
| XYZ | 20.48 | 36.29 | 20.96 | - |
| YUV | 123.03 | 121.2 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 111 | 0.98 | 0 | 0.40 | 0.27 | 155.27 | 0.96 | 0.37 |
| Hex | 4 | BA | 6F | 62 | 0 | 28 | 1B | 9B | 60 | 25 |
| Octal | 4 | 272 | 157 | 142 | 0 | 50 | 33 | 233 | 140 | 45 |
| Binary | 100 | 10111010 | 1101111 | 1100010 | 0 | 101000 | 11011 | 10011011 | 1100000 | 100101 |
Color Harmonies of #04BA6F
Complementary color
Monochromatic Colors of #04BA6F
Black with #04BA6F
Text Example
Text Example
White with #04BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA6F; }
p { color: rgb(4,186,111); }
H1.HeaderClassName
{
color: #04BA6F;
}
.AnyTagClassName
{
color: #04BA6F;
}
</style>
background-color css
<style>
a { background-color: #04BA6F; }
a { background-color: rgb(4,186,111); }
div.DivClassName
{
background-color: #04BA6F;
}
.BgClassName
{
background-color: #04BA6F;
}
</style>
border-color css
<style>
span { border-color: #04BA6F; }
span { border-color: rgb(4,186,111); }
td.TdClassName
{
border-color: #04BA6F;
}
.TagClassName
{
border-color: #04BA6F;
}
</style>