Html Css Color HEX #04AD78 Jade

📋 copy color: '#04AD78'

red 4 ◦ green 173 ◦ blue 120

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

Shades of Jade #04AD78

Tints of Jade #04AD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 1.35%
G = 58.25%
B = 40.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#04AD78 (or 0x04AD78) is known color: Jade. HEX triplet: 04, AD and 78. RGB value is (4,173,120). Sum of RGB (Red+Green+Blue) = 4+173+120=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AD78 is #FB5287. Grayscale: #747474. Windows color (decimal): -16470664 or 7908612. OLE color: 7908612.

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

Color convert

RGB 4 173 120 -
CMYK 0.98 0 0.31 0.32
HSL 161.18º 0.95% 0.35% -
HSV(B) 161.18º 0.98% 0.68% -
XYZ 18.38 31.27 22.84 -
YUV 116.43 130.01 47.81 -
System Red Green Blue C M Y K H S L
Decimal 4 173 120 0.98 0 0.31 0.32 161.18 0.95 0.35
Hex 4 AD 78 62 0 1F 20 A1 5F 23
Octal 4 255 170 142 0 37 40 241 137 43
Binary 100 10101101 1111000 1100010 0 11111 100000 10100001 1011111 100011

Color Harmonies of #04AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AD78

Black with #04AD78

Text Example


Text Example

White with #04AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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