Html Css Color HEX #04A46D Jade

📋 copy color: '#04A46D'

red 4 ◦ green 164 ◦ blue 109

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

Shades of Jade #04A46D

Tints of Jade #04A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 59.21%

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 1.44%
G = 59.21%
B = 39.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#04A46D (or 0x04A46D) is known color: Jade. HEX triplet: 04, A4 and 6D. RGB value is (4,164,109). Sum of RGB (Red+Green+Blue) = 4+164+109=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #04A46D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A46D is #FB5B92. Grayscale: #6D6D6D. Windows color (decimal): -16472979 or 7185412. OLE color: 7185412.

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

Color convert

RGB 4 164 109 -
CMYK 0.98 0 0.34 0.36
HSL 159.38º 0.95% 0.33% -
HSV(B) 159.38º 0.98% 0.64% -
XYZ 16.09 27.68 18.96 -
YUV 109.89 127.49 52.47 -
System Red Green Blue C M Y K H S L
Decimal 4 164 109 0.98 0 0.34 0.36 159.38 0.95 0.33
Hex 4 A4 6D 62 0 22 24 9F 5F 21
Octal 4 244 155 142 0 42 44 237 137 41
Binary 100 10100100 1101101 1100010 0 100010 100100 10011111 1011111 100001

Color Harmonies of #04A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A46D

Black with #04A46D

Text Example


Text Example

White with #04A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,164,109); }

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

background-color css

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

 a { background-color: rgb(4,164,109); }

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

border-color css

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

 span { border-color: rgb(4,164,109); }

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