Html Css Color HEX #04AC74 Jade

📋 copy color: '#04AC74'

red 4 ◦ green 172 ◦ blue 116

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

Shades of Jade #04AC74

Tints of Jade #04AC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 1.37%
G = 58.9%
B = 39.73%

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

#04AC74 (or 0x04AC74) is known color: Jade. HEX triplet: 04, AC and 74. RGB value is (4,172,116). Sum of RGB (Red+Green+Blue) = 4+172+116=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AC74 is #FB538B. Grayscale: #737373. Windows color (decimal): -16470924 or 7646212. OLE color: 7646212.

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

Color convert

RGB 4 172 116 -
CMYK 0.98 0 0.33 0.33
HSL 160º 0.95% 0.35% -
HSV(B) 160º 0.98% 0.67% -
XYZ 17.95 30.79 21.52 -
YUV 115.38 128.34 48.55 -
System Red Green Blue C M Y K H S L
Decimal 4 172 116 0.98 0 0.33 0.33 160 0.95 0.35
Hex 4 AC 74 62 0 21 21 A0 5F 23
Octal 4 254 164 142 0 41 41 240 137 43
Binary 100 10101100 1110100 1100010 0 100001 100001 10100000 1011111 100011

Color Harmonies of #04AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AC74

Black with #04AC74

Text Example


Text Example

White with #04AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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