#29CC5A

Color #29CC5A Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #29CC5A

Tints of Malachite #29CC5A

Color information

#29CC5A (or 0x29CC5A) is unknown color: approx Malachite. HEX triplet: 29, CC and 5A. RGB value is (41,204,90). Sum of RGB (Red+Green+Blue) = 41+204+90=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CC5A is #D633A5. Grayscale: #8E8E8E. Windows color (decimal): -14037926 or 5950505. OLE color: 5950505.

HSL color Cylindrical-coordinate representation of color #29CC5A: hue angle of 138.04º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CC5A is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB4120490-
CMYK0.8000.560.2
HSL138.04º66.53%48.04%-
HSV(B)138.04º79.9%80%-
XYZ24.3544.416.96-
YUV142.2798.555.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.24%
GREEN value IS 204 (80.08% from 255) = 60.90%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=12.24%
G=60.90%
B=26.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204900.8000.560.2138.0466.5348.04
Hex29CC5A50038148a4330
Octal513141321200702421210360
Binary1010011100110010110101010000011100010100100010101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29CC5A; }

 p { color: rgb(41,204,90); }

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

<style>
 a { background-color: #29CC5A; }

 a { background-color: rgb(41,204,90); }

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

<style>
 span { border-color: #29CC5A; }

 span { border-color: rgb(41,204,90); }

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