#29CC96

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

Shades of Shamrock #29CC96

Tints of Shamrock #29CC96

Color information

#29CC96 (or 0x29CC96) is unknown color: approx Shamrock. HEX triplet: 29, CC and 96. RGB value is (41,204,150). Sum of RGB (Red+Green+Blue) = 41+204+150=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CC96 is #D63369. Grayscale: #959595. Windows color (decimal): -14037866 or 9882665. OLE color: 9882665.

HSL color Cylindrical-coordinate representation of color #29CC96: hue angle of 160.12º 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 #29CC96 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB41204150-
CMYK0.8000.260.2
HSL160.12º66.53%48.04%-
HSV(B)160.12º79.9%80%-
XYZ28.0145.8636.23-
YUV149.11128.550.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.38%
GREEN value IS 204 (80.08% from 255) = 51.65%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=10.38%
G=51.65%
B=37.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412041500.8000.260.2160.1266.5348.04
Hex29CC965001A14a04330
Octal513142261200322424010360
Binary1010011100110010010110101000001101010100101000001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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