#04A626

Color #04A626 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #04A626

Tints of Dark Pastel Green #04A626

Color information

#04A626 (or 0x04A626) is unknown color: approx Dark Pastel Green. HEX triplet: 04, A6 and 26. RGB value is (4,166,38). Sum of RGB (Red+Green+Blue) = 4+166+38=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 166 (65.23% from 255 or 79.81% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 166 - color contains mainly: green. Hex color #04A626 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A626 is #FB59D9. Grayscale: #676767. Windows color (decimal): -16472538 or 2532868. OLE color: 2532868.

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

Color convert

RGB416638-
CMYK0.9800.770.35
HSL132.59º95.29%33.33%-
HSV(B)132.59º97.59%65.1%-
XYZ14.0427.446.39-
YUV102.9791.3357.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 166 (65.23% from 255) = 79.81%
BLUE value IS 38 (15.23% from 255) = 18.27%
R=1.92%
G=79.81%
B=18.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4166380.9800.770.35132.5995.2933.33
Hex4A6266204D23855f21
Octal42464614201154320513741
Binary10010100110100110110001001001101100011100001011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,166,38); }

 H1.HeaderClassName
 {
   color: #04A626;
 }
 .AnyTagClassName
 {
   color: #04A626;
 }
</style>
background-color css

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

 a { background-color: rgb(4,166,38); }

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

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

 span { border-color: rgb(4,166,38); }

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