Html Css Color HEX #04A26D Jade

📋 copy color: '#04A26D'

red 4 ◦ green 162 ◦ blue 109

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

Shades of Jade #04A26D

Tints of Jade #04A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 58.91%

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

R = 1.45%
G = 58.91%
B = 39.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#04A26D (or 0x04A26D) is known color: Jade. HEX triplet: 04, A2 and 6D. RGB value is (4,162,109). Sum of RGB (Red+Green+Blue) = 4+162+109=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #04A26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A26D is #FB5D92. Grayscale: #6C6C6C. Windows color (decimal): -16473491 or 7184900. OLE color: 7184900.

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

Color convert

RGB 4 162 109 -
CMYK 0.98 0 0.33 0.36
HSL 159.87º 0.95% 0.33% -
HSV(B) 159.87º 0.98% 0.64% -
XYZ 15.73 26.97 18.84 -
YUV 108.72 128.15 53.31 -
System Red Green Blue C M Y K H S L
Decimal 4 162 109 0.98 0 0.33 0.36 159.87 0.95 0.33
Hex 4 A2 6D 62 0 21 24 A0 5F 21
Octal 4 242 155 142 0 41 44 240 137 41
Binary 100 10100010 1101101 1100010 0 100001 100100 10100000 1011111 100001

Color Harmonies of #04A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A26D

Black with #04A26D

Text Example


Text Example

White with #04A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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