Html Css Color HEX #04AD71 Jade

📋 copy color: '#04AD71'

red 4 ◦ green 173 ◦ blue 113

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

Shades of Jade #04AD71

Tints of Jade #04AD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.66%

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

R = 1.38%
G = 59.66%
B = 38.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#04AD71 (or 0x04AD71) is known color: Jade. HEX triplet: 04, AD and 71. RGB value is (4,173,113). Sum of RGB (Red+Green+Blue) = 4+173+113=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AD71 is #FB528E. Grayscale: #737373. Windows color (decimal): -16470671 or 7449860. OLE color: 7449860.

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

Color convert

RGB 4 173 113 -
CMYK 0.98 0 0.35 0.32
HSL 158.7º 0.95% 0.35% -
HSV(B) 158.7º 0.98% 0.68% -
XYZ 17.97 31.11 20.68 -
YUV 115.63 126.51 48.38 -
System Red Green Blue C M Y K H S L
Decimal 4 173 113 0.98 0 0.35 0.32 158.7 0.95 0.35
Hex 4 AD 71 62 0 23 20 9F 5F 23
Octal 4 255 161 142 0 43 40 237 137 43
Binary 100 10101101 1110001 1100010 0 100011 100000 10011111 1011111 100011

Color Harmonies of #04AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AD71

Black with #04AD71

Text Example


Text Example

White with #04AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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