Html Css Color HEX #1DD895 Shamrock

📋 copy color: '#1DD895'

red 29 ◦ green 216 ◦ blue 149

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

Shades of Shamrock #1DD895

Tints of Shamrock #1DD895

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.82%

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 7.36%
G = 54.82%
B = 37.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#1DD895 (or 0x1DD895) is known color: Shamrock. HEX triplet: 1D, D8 and 95. RGB value is (29,216,149). Sum of RGB (Red+Green+Blue) = 29+216+149=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD895 is #E2276A. Grayscale: #989898. Windows color (decimal): -14821227 or 9820189. OLE color: 9820189.

HSL color Cylindrical-coordinate representation of color #1DD895: hue angle of 158.5º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD895 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 216 149 -
CMYK 0.87 0 0.31 0.15
HSL 158.5º 0.76% 0.48% -
HSV(B) 158.5º 0.87% 0.85% -
XYZ 30.49 51.54 36.78 -
YUV 152.45 126.05 39.95 -
System Red Green Blue C M Y K H S L
Decimal 29 216 149 0.87 0 0.31 0.15 158.5 0.76 0.48
Hex 1D D8 95 57 0 1F F 9F 4C 30
Octal 35 330 225 127 0 37 17 237 114 60
Binary 11101 11011000 10010101 1010111 0 11111 1111 10011111 1001100 110000

Color Harmonies of #1DD895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD895

Black with #1DD895

Text Example


Text Example

White with #1DD895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,216,149); }

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

background-color css

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

 a { background-color: rgb(29,216,149); }

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

border-color css

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

 span { border-color: rgb(29,216,149); }

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