#04AC29

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

Shades of Dark Pastel Green #04AC29

Tints of Dark Pastel Green #04AC29

Color information

#04AC29 (or 0x04AC29) is unknown color: approx Dark Pastel Green. HEX triplet: 04, AC and 29. RGB value is (4,172,41). Sum of RGB (Red+Green+Blue) = 4+172+41=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 172 (67.58% from 255 or 79.26% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AC29 is #FB53D6. Grayscale: #6B6B6B. Windows color (decimal): -16470999 or 2731012. OLE color: 2731012.

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

Color convert

RGB417241-
CMYK0.9800.760.33
HSL133.21º95.45%34.51%-
HSV(B)133.21º97.67%67.45%-
XYZ15.229.697.03-
YUV106.8390.8454.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 172 (67.58% from 255) = 79.26%
BLUE value IS 41 (16.41% from 255) = 18.89%
R=1.84%
G=79.26%
B=18.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4172410.9800.760.33133.2195.4534.51
Hex4AC296204C21855f23
Octal42545114201144120513743
Binary10010101100101001110001001001100100001100001011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,172,41); }

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

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

 a { background-color: rgb(4,172,41); }

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

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

 span { border-color: rgb(4,172,41); }

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