#04B86A

Color #04B86A Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #04B86A

Tints of Jade #04B86A

Color information

#04B86A (or 0x04B86A) is unknown color: approx Jade. HEX triplet: 04, B8 and 6A. RGB value is (4,184,106). Sum of RGB (Red+Green+Blue) = 4+184+106=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #04B86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B86A is #FB4795. Grayscale: #797979. Windows color (decimal): -16467862 or 6993924. OLE color: 6993924.

HSL color Cylindrical-coordinate representation of color #04B86A: hue angle of 154º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B86A is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB4184106-
CMYK0.9800.420.28
HSL154º95.74%36.86%-
HSV(B)154º97.83%72.16%-
XYZ19.7935.3519.42-
YUV121.29119.3744.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.36%
GREEN value IS 184 (72.27% from 255) = 62.59%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=1.36%
G=62.59%
B=36.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41841060.9800.420.2815495.7436.86
Hex4B86A6202A1C9a6025
Octal42701521420523423214045
Binary1001011100011010101100010010101011100100110101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04B86A; }

 p { color: rgb(4,184,106); }

 H1.HeaderClassName
 {
   color: #04B86A;
 }
 .AnyTagClassName
 {
   color: #04B86A;
 }
</style>
background-color css

<style>
 a { background-color: #04B86A; }

 a { background-color: rgb(4,184,106); }

 div.DivClassName
 {
   background-color: #04B86A;
 }
 .BgClassName
 {
   background-color: #04B86A;
 }
</style>
border-color css

<style>
 span { border-color: #04B86A; }

 span { border-color: rgb(4,184,106); }

 td.TdClassName
 {
   border-color: #04B86A;
 }
 .TagClassName
 {
   border-color: #04B86A;
 }
</style>