#29E8A0

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

Shades of Shamrock #29E8A0

Tints of Shamrock #29E8A0

Color information

#29E8A0 (or 0x29E8A0) is unknown color: approx Shamrock. HEX triplet: 29, E8 and A0. RGB value is (41,232,160). Sum of RGB (Red+Green+Blue) = 41+232+160=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #29E8A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #29E8A0 is #D6175F. Grayscale: #A6A6A6. Windows color (decimal): -14030688 or 10545193. OLE color: 10545193.

HSL color Cylindrical-coordinate representation of color #29E8A0: hue angle of 157.38º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E8A0 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB41232160-
CMYK0.8200.310.09
HSL157.38º80.59%53.53%-
HSV(B)157.38º82.33%90.98%-
XYZ36.1260.7243.07-
YUV166.68124.2238.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.47%
GREEN value IS 232 (91.02% from 255) = 53.58%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=9.47%
G=53.58%
B=36.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal412321600.8200.310.09157.3880.5953.53
Hex29E8A05201F99d5136
Octal513502401220371123512166
Binary101001111010001010000010100100111111001100111011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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