Html Css Color HEX #04AC73 Jade

📋 copy color: '#04AC73'

red 4 ◦ green 172 ◦ blue 115

#04AC73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #04AC73

Tints of Jade #04AC73

RGB

 RED value IS 4 (1.95% from 255) = 1.37%

 GREEN value IS 172 (67.58% from 255) = 59.11%

 BLUE value IS 115 (45.31% from 255) = 39.52%

R = 1.37%
G = 59.11%
B = 39.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#04AC73 (or 0x04AC73) is known color: Jade. HEX triplet: 04, AC and 73. RGB value is (4,172,115). Sum of RGB (Red+Green+Blue) = 4+172+115=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AC73 is #FB538C. Grayscale: #737373. Windows color (decimal): -16470925 or 7580676. OLE color: 7580676.

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

Color convert

RGB 4 172 115 -
CMYK 0.98 0 0.33 0.33
HSL 159.64º 0.95% 0.35% -
HSV(B) 159.64º 0.98% 0.67% -
XYZ 17.9 30.77 21.22 -
YUV 115.27 127.84 48.63 -
System Red Green Blue C M Y K H S L
Decimal 4 172 115 0.98 0 0.33 0.33 159.64 0.95 0.35
Hex 4 AC 73 62 0 21 21 A0 5F 23
Octal 4 254 163 142 0 41 41 240 137 43
Binary 100 10101100 1110011 1100010 0 100001 100001 10100000 1011111 100011

Color Harmonies of #04AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AC73

Black with #04AC73

Text Example


Text Example

White with #04AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04AC73;
 }
 .AnyTagClassName
 {
   color: #04AC73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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