#04B96A

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

Shades of Jade #04B96A

Tints of Jade #04B96A

Color information

#04B96A (or 0x04B96A) is unknown color: approx Jade. HEX triplet: 04, B9 and 6A. RGB value is (4,185,106). Sum of RGB (Red+Green+Blue) = 4+185+106=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #04B96A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B96A is #FB4695. Grayscale: #7A7A7A. Windows color (decimal): -16467606 or 6994180. OLE color: 6994180.

HSL color Cylindrical-coordinate representation of color #04B96A: hue angle of 153.81º 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 #04B96A is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB4185106-
CMYK0.9800.430.27
HSL153.81º95.77%37.06%-
HSV(B)153.81º97.84%72.55%-
XYZ2035.7619.48-
YUV121.88119.0343.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.36%
GREEN value IS 185 (72.66% from 255) = 62.71%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=1.36%
G=62.71%
B=35.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41851060.9800.430.27153.8195.7737.06
Hex4B96A6202B1B9a6025
Octal42711521420533323214045
Binary1001011100111010101100010010101111011100110101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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