#04AC68

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

Shades of Jade #04AC68

Tints of Jade #04AC68

Color information

#04AC68 (or 0x04AC68) is unknown color: approx Jade. HEX triplet: 04, AC and 68. RGB value is (4,172,104). Sum of RGB (Red+Green+Blue) = 4+172+104=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AC68 is #FB5397. Grayscale: #727272. Windows color (decimal): -16470936 or 6859780. OLE color: 6859780.

HSL color Cylindrical-coordinate representation of color #04AC68: hue angle of 155.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AC68 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB4172104-
CMYK0.9800.400.33
HSL155.71º95.45%34.51%-
HSV(B)155.71º97.67%67.45%-
XYZ17.330.5318.08-
YUV114.02122.3449.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.43%
GREEN value IS 172 (67.58% from 255) = 61.43%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=1.43%
G=61.43%
B=37.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41721040.9800.400.33155.7195.4534.51
Hex4AC6862028219c5f23
Octal42541501420504123413743
Binary10010101100110100011000100101000100001100111001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,172,104); }

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

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

 a { background-color: rgb(4,172,104); }

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

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

 span { border-color: rgb(4,172,104); }

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