Html Css Color HEX #1DDC94 Shamrock

📋 copy color: '#1DDC94'

red 29 ◦ green 220 ◦ blue 148

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

Shades of Shamrock #1DDC94

Tints of Shamrock #1DDC94

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.42%

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 7.3%
G = 55.42%
B = 37.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#1DDC94 (or 0x1DDC94) is known color: Shamrock. HEX triplet: 1D, DC and 94. RGB value is (29,220,148). Sum of RGB (Red+Green+Blue) = 29+220+148=397 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.30% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDC94 is #E2236B. Grayscale: #9A9A9A. Windows color (decimal): -14820204 or 9755677. OLE color: 9755677.

HSL color Cylindrical-coordinate representation of color #1DDC94: hue angle of 157.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDC94 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 220 148 -
CMYK 0.87 0 0.33 0.14
HSL 157.38º 0.77% 0.49% -
HSV(B) 157.38º 0.87% 0.86% -
XYZ 31.45 53.59 36.7 -
YUV 154.68 124.22 38.35 -
System Red Green Blue C M Y K H S L
Decimal 29 220 148 0.87 0 0.33 0.14 157.38 0.77 0.49
Hex 1D DC 94 57 0 21 E 9D 4D 31
Octal 35 334 224 127 0 41 16 235 115 61
Binary 11101 11011100 10010100 1010111 0 100001 1110 10011101 1001101 110001

Color Harmonies of #1DDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDC94

Black with #1DDC94

Text Example


Text Example

White with #1DDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,220,148); }

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

background-color css

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

 a { background-color: rgb(29,220,148); }

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

border-color css

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

 span { border-color: rgb(29,220,148); }

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