Html Css Color HEX #04A46A Jade

📋 copy color: '#04A46A'

red 4 ◦ green 164 ◦ blue 106

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

Shades of Jade #04A46A

Tints of Jade #04A46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 1.46%
G = 59.85%
B = 38.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#04A46A (or 0x04A46A) is known color: Jade. HEX triplet: 04, A4 and 6A. RGB value is (4,164,106). Sum of RGB (Red+Green+Blue) = 4+164+106=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #04A46A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A46A is #FB5B95. Grayscale: #6D6D6D. Windows color (decimal): -16472982 or 6988804. OLE color: 6988804.

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

Color convert

RGB 4 164 106 -
CMYK 0.98 0 0.35 0.36
HSL 158.25º 0.95% 0.33% -
HSV(B) 158.25º 0.98% 0.64% -
XYZ 15.93 27.62 18.13 -
YUV 109.55 125.99 52.72 -
System Red Green Blue C M Y K H S L
Decimal 4 164 106 0.98 0 0.35 0.36 158.25 0.95 0.33
Hex 4 A4 6A 62 0 23 24 9E 5F 21
Octal 4 244 152 142 0 43 44 236 137 41
Binary 100 10100100 1101010 1100010 0 100011 100100 10011110 1011111 100001

Color Harmonies of #04A46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A46A

Black with #04A46A

Text Example


Text Example

White with #04A46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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