Html Css Color HEX #1DC49B Shamrock

📋 copy color: '#1DC49B'

red 29 ◦ green 196 ◦ blue 155

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

Shades of Shamrock #1DC49B

Tints of Shamrock #1DC49B

RGB

 RED value IS 29 (11.72% from 255) = 7.63%

 GREEN value IS 196 (76.95% from 255) = 51.58%

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 7.63%
G = 51.58%
B = 40.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#1DC49B (or 0x1DC49B) is known color: Shamrock. HEX triplet: 1D, C4 and 9B. RGB value is (29,196,155). Sum of RGB (Red+Green+Blue) = 29+196+155=380 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.63% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC49B is #E23B64. Grayscale: #8D8D8D. Windows color (decimal): -14826341 or 10208285. OLE color: 10208285.

HSL color Cylindrical-coordinate representation of color #1DC49B: hue angle of 165.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC49B is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 29 196 155 -
CMYK 0.85 0 0.21 0.23
HSL 165.27º 0.74% 0.44% -
HSV(B) 165.27º 0.85% 0.77% -
XYZ 26.16 42.11 37.76 -
YUV 141.39 135.67 47.83 -
System Red Green Blue C M Y K H S L
Decimal 29 196 155 0.85 0 0.21 0.23 165.27 0.74 0.44
Hex 1D C4 9B 55 0 15 17 A5 4A 2C
Octal 35 304 233 125 0 25 27 245 112 54
Binary 11101 11000100 10011011 1010101 0 10101 10111 10100101 1001010 101100

Color Harmonies of #1DC49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC49B

Black with #1DC49B

Text Example


Text Example

White with #1DC49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DC49B; }

 p { color: rgb(29,196,155); }

 H1.HeaderClassName
 {
   color: #1DC49B;
 }
 .AnyTagClassName
 {
   color: #1DC49B;
 }
</style>

background-color css

<style>
 a { background-color: #1DC49B; }

 a { background-color: rgb(29,196,155); }

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

border-color css

<style>
 span { border-color: #1DC49B; }

 span { border-color: rgb(29,196,155); }

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