#29D7A0

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

Shades of Shamrock #29D7A0

Tints of Shamrock #29D7A0

Color information

#29D7A0 (or 0x29D7A0) is unknown color: approx Shamrock. HEX triplet: 29, D7 and A0. RGB value is (41,215,160). Sum of RGB (Red+Green+Blue) = 41+215+160=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #29D7A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29D7A0 is #D6285F. Grayscale: #9C9C9C. Windows color (decimal): -14035040 or 10540841. OLE color: 10540841.

HSL color Cylindrical-coordinate representation of color #29D7A0: hue angle of 161.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D7A0 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB41215160-
CMYK0.8100.260.16
HSL161.03º68.5%50.2%-
HSV(B)161.03º80.93%84.31%-
XYZ31.5651.6141.56-
YUV156.7129.8545.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.86%
GREEN value IS 215 (84.38% from 255) = 51.68%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=9.86%
G=51.68%
B=38.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal412151600.8100.260.16161.0368.550.2
Hex29D7A05101A10a14532
Octal513272401210322024110562
Binary1010011101011110100000101000101101010000101000011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,215,160); }

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

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

 a { background-color: rgb(41,215,160); }

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

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

 span { border-color: rgb(41,215,160); }

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