Html Css Color HEX #1DDD88 Shamrock

📋 copy color: '#1DDD88'

red 29 ◦ green 221 ◦ blue 136

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

Shades of Shamrock #1DDD88

Tints of Shamrock #1DDD88

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.25%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 7.51%
G = 57.25%
B = 35.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#1DDD88 (or 0x1DDD88) is known color: Shamrock. HEX triplet: 1D, DD and 88. RGB value is (29,221,136). Sum of RGB (Red+Green+Blue) = 29+221+136=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDD88 is #E22277. Grayscale: #9A9A9A. Windows color (decimal): -14819960 or 8969501. OLE color: 8969501.

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

Color convert

RGB 29 221 136 -
CMYK 0.87 0 0.38 0.13
HSL 153.44º 0.77% 0.49% -
HSV(B) 153.44º 0.87% 0.87% -
XYZ 30.81 53.75 32.04 -
YUV 153.9 117.89 38.91 -
System Red Green Blue C M Y K H S L
Decimal 29 221 136 0.87 0 0.38 0.13 153.44 0.77 0.49
Hex 1D DD 88 57 0 26 D 99 4D 31
Octal 35 335 210 127 0 46 15 231 115 61
Binary 11101 11011101 10001000 1010111 0 100110 1101 10011001 1001101 110001

Color Harmonies of #1DDD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD88

Black with #1DDD88

Text Example


Text Example

White with #1DDD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,221,136); }

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

background-color css

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

 a { background-color: rgb(29,221,136); }

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

border-color css

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

 span { border-color: rgb(29,221,136); }

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