Html Css Color HEX #04AD66 Jade

📋 copy color: '#04AD66'

red 4 ◦ green 173 ◦ blue 102

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

Shades of Jade #04AD66

Tints of Jade #04AD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 1.43%
G = 62.01%
B = 36.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#04AD66 (or 0x04AD66) is known color: Jade. HEX triplet: 04, AD and 66. RGB value is (4,173,102). Sum of RGB (Red+Green+Blue) = 4+173+102=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AD66 is #FB5299. Grayscale: #727272. Windows color (decimal): -16470682 or 6728964. OLE color: 6728964.

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

Color convert

RGB 4 173 102 -
CMYK 0.98 0 0.41 0.32
HSL 154.79º 0.95% 0.35% -
HSV(B) 154.79º 0.98% 0.68% -
XYZ 17.39 30.87 17.61 -
YUV 114.38 121.01 49.27 -
System Red Green Blue C M Y K H S L
Decimal 4 173 102 0.98 0 0.41 0.32 154.79 0.95 0.35
Hex 4 AD 66 62 0 29 20 9B 5F 23
Octal 4 255 146 142 0 51 40 233 137 43
Binary 100 10101101 1100110 1100010 0 101001 100000 10011011 1011111 100011

Color Harmonies of #04AD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AD66

Black with #04AD66

Text Example


Text Example

White with #04AD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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