#04AB62

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

Shades of Jade #04AB62

Tints of Jade #04AB62

Color information

#04AB62 (or 0x04AB62) is unknown color: approx Jade. HEX triplet: 04, AB and 62. RGB value is (4,171,98). Sum of RGB (Red+Green+Blue) = 4+171+98=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB62 is #FB549D. Grayscale: #707070. Windows color (decimal): -16471198 or 6466308. OLE color: 6466308.

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

Color convert

RGB417198-
CMYK0.9800.430.33
HSL153.77º95.43%34.31%-
HSV(B)153.77º97.66%67.06%-
XYZ16.8230.0316.47-
YUV112.74119.6750.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.47%
GREEN value IS 171 (67.19% from 255) = 62.64%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=1.47%
G=62.64%
B=35.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4171980.9800.430.33153.7795.4334.31
Hex4AB626202B219a5f22
Octal42531421420534123213742
Binary10010101011110001011000100101011100001100110101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,171,98); }

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

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

 a { background-color: rgb(4,171,98); }

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

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

 span { border-color: rgb(4,171,98); }

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