Html Css Color HEX #29BE96 Shamrock

📋 copy color: '#29BE96'

red 41 ◦ green 190 ◦ blue 150

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

Shades of Shamrock #29BE96

Tints of Shamrock #29BE96

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.87%

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

R = 10.76%
G = 49.87%
B = 39.37%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#29BE96 (or 0x29BE96) is known color: Shamrock. HEX triplet: 29, BE and 96. RGB value is (41,190,150). Sum of RGB (Red+Green+Blue) = 41+190+150=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #29BE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BE96 is #D64169. Grayscale: #8C8C8C. Windows color (decimal): -14041450 or 9879081. OLE color: 9879081.

HSL color Cylindrical-coordinate representation of color #29BE96: hue angle of 163.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BE96 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 190 150 -
CMYK 0.78 0 0.21 0.25
HSL 163.89º 0.65% 0.45% -
HSV(B) 163.89º 0.78% 0.75% -
XYZ 24.83 39.5 35.17 -
YUV 140.89 133.14 56.75 -
System Red Green Blue C M Y K H S L
Decimal 41 190 150 0.78 0 0.21 0.25 163.89 0.65 0.45
Hex 29 BE 96 4E 0 15 19 A4 41 2D
Octal 51 276 226 116 0 25 31 244 101 55
Binary 101001 10111110 10010110 1001110 0 10101 11001 10100100 1000001 101101

Color Harmonies of #29BE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BE96

Black with #29BE96

Text Example


Text Example

White with #29BE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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