#04AE5C

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

Shades of Pigment Green #04AE5C

Tints of Pigment Green #04AE5C

Color information

#04AE5C (or 0x04AE5C) is unknown color: approx Pigment Green. HEX triplet: 04, AE and 5C. RGB value is (4,174,92). Sum of RGB (Red+Green+Blue) = 4+174+92=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 174 (68.36% from 255 or 64.44% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AE5C is #FB51A3. Grayscale: #717171. Windows color (decimal): -16470436 or 6073860. OLE color: 6073860.

HSL color Cylindrical-coordinate representation of color #04AE5C: hue angle of 151.06º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AE5C is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB417492-
CMYK0.9800.470.32
HSL151.06º95.51%34.9%-
HSV(B)151.06º97.7%68.24%-
XYZ17.1231.0715.22-
YUV113.82115.6849.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.48%
GREEN value IS 174 (68.36% from 255) = 64.44%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=1.48%
G=64.44%
B=34.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4174920.9800.470.32151.0695.5134.9
Hex4AE5C6202F20976023
Octal42561341420574022714043
Binary10010101110101110011000100101111100000100101111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,174,92); }

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

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

 a { background-color: rgb(4,174,92); }

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

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

 span { border-color: rgb(4,174,92); }

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