Html Css Color HEX #1DD093 Shamrock

📋 copy color: '#1DD093'

red 29 ◦ green 208 ◦ blue 147

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

Shades of Shamrock #1DD093

Tints of Shamrock #1DD093

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.17%

 BLUE value IS 147 (57.81% from 255) = 38.28%

R = 7.55%
G = 54.17%
B = 38.28%

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

#1DD093 (or 0x1DD093) is known color: Shamrock. HEX triplet: 1D, D0 and 93. RGB value is (29,208,147). Sum of RGB (Red+Green+Blue) = 29+208+147=384 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.55% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD093 is #E22F6C. Grayscale: #939393. Windows color (decimal): -14823277 or 9687069. OLE color: 9687069.

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

Color convert

RGB 29 208 147 -
CMYK 0.86 0 0.29 0.18
HSL 159.55º 0.76% 0.46% -
HSV(B) 159.55º 0.86% 0.82% -
XYZ 28.33 47.48 35.28 -
YUV 147.53 127.7 43.46 -
System Red Green Blue C M Y K H S L
Decimal 29 208 147 0.86 0 0.29 0.18 159.55 0.76 0.46
Hex 1D D0 93 56 0 1D 12 A0 4C 2E
Octal 35 320 223 126 0 35 22 240 114 56
Binary 11101 11010000 10010011 1010110 0 11101 10010 10100000 1001100 101110

Color Harmonies of #1DD093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD093

Black with #1DD093

Text Example


Text Example

White with #1DD093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,208,147); }

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

background-color css

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

 a { background-color: rgb(29,208,147); }

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

border-color css

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

 span { border-color: rgb(29,208,147); }

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