Html Css Color HEX #1DD295 Shamrock

📋 copy color: '#1DD295'

red 29 ◦ green 210 ◦ blue 149

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

Shades of Shamrock #1DD295

Tints of Shamrock #1DD295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.12%

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

R = 7.47%
G = 54.12%
B = 38.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#1DD295 (or 0x1DD295) is known color: Shamrock. HEX triplet: 1D, D2 and 95. RGB value is (29,210,149). Sum of RGB (Red+Green+Blue) = 29+210+149=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD295 is #E22D6A. Grayscale: #949494. Windows color (decimal): -14822763 or 9818653. OLE color: 9818653.

HSL color Cylindrical-coordinate representation of color #1DD295: hue angle of 159.78º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD295 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 210 149 -
CMYK 0.86 0 0.29 0.18
HSL 159.78º 0.76% 0.47% -
HSV(B) 159.78º 0.86% 0.82% -
XYZ 28.98 48.52 36.27 -
YUV 148.93 128.03 42.46 -
System Red Green Blue C M Y K H S L
Decimal 29 210 149 0.86 0 0.29 0.18 159.78 0.76 0.47
Hex 1D D2 95 56 0 1D 12 A0 4C 2F
Octal 35 322 225 126 0 35 22 240 114 57
Binary 11101 11010010 10010101 1010110 0 11101 10010 10100000 1001100 101111

Color Harmonies of #1DD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD295

Black with #1DD295

Text Example


Text Example

White with #1DD295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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