Html Css Color HEX #29CA96 Shamrock

📋 copy color: '#29CA96'

red 41 ◦ green 202 ◦ blue 150

#29CA96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #29CA96

Tints of Shamrock #29CA96

RGB

 RED value IS 41 (16.41% from 255) = 10.43%

 GREEN value IS 202 (79.3% from 255) = 51.4%

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 10.43%
G = 51.4%
B = 38.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#29CA96 (or 0x29CA96) is known color: Shamrock. HEX triplet: 29, CA and 96. RGB value is (41,202,150). Sum of RGB (Red+Green+Blue) = 41+202+150=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CA96 is #D63569. Grayscale: #939393. Windows color (decimal): -14038378 or 9882153. OLE color: 9882153.

HSL color Cylindrical-coordinate representation of color #29CA96: hue angle of 160.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CA96 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 202 150 -
CMYK 0.80 0 0.26 0.21
HSL 160.62º 0.66% 0.48% -
HSV(B) 160.62º 0.8% 0.79% -
XYZ 27.54 44.91 36.07 -
YUV 147.93 129.16 51.73 -
System Red Green Blue C M Y K H S L
Decimal 41 202 150 0.80 0 0.26 0.21 160.62 0.66 0.48
Hex 29 CA 96 50 0 1A 15 A1 42 30
Octal 51 312 226 120 0 32 25 241 102 60
Binary 101001 11001010 10010110 1010000 0 11010 10101 10100001 1000010 110000

Color Harmonies of #29CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CA96

Black with #29CA96

Text Example


Text Example

White with #29CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29CA96;
 }
 .AnyTagClassName
 {
   color: #29CA96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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