Html Css Color HEX #04A571 Jade

📋 copy color: '#04A571'

red 4 ◦ green 165 ◦ blue 113

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

Shades of Jade #04A571

Tints of Jade #04A571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.51%

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 1.42%
G = 58.51%
B = 40.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#04A571 (or 0x04A571) is known color: Jade. HEX triplet: 04, A5 and 71. RGB value is (4,165,113). Sum of RGB (Red+Green+Blue) = 4+165+113=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #04A571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A571 is #FB5A8E. Grayscale: #6E6E6E. Windows color (decimal): -16472719 or 7447812. OLE color: 7447812.

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

Color convert

RGB 4 165 113 -
CMYK 0.98 0 0.32 0.35
HSL 160.62º 0.95% 0.33% -
HSV(B) 160.62º 0.98% 0.65% -
XYZ 16.49 28.13 20.18 -
YUV 110.93 129.16 51.73 -
System Red Green Blue C M Y K H S L
Decimal 4 165 113 0.98 0 0.32 0.35 160.62 0.95 0.33
Hex 4 A5 71 62 0 20 23 A1 5F 21
Octal 4 245 161 142 0 40 43 241 137 41
Binary 100 10100101 1110001 1100010 0 100000 100011 10100001 1011111 100001

Color Harmonies of #04A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A571

Black with #04A571

Text Example


Text Example

White with #04A571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,165,113); }

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

background-color css

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

 a { background-color: rgb(4,165,113); }

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

border-color css

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

 span { border-color: rgb(4,165,113); }

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