Html Css Color HEX #1DC993 Shamrock

📋 copy color: '#1DC993'

red 29 ◦ green 201 ◦ blue 147

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

Shades of Shamrock #1DC993

Tints of Shamrock #1DC993

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.32%

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

R = 7.69%
G = 53.32%
B = 38.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#1DC993 (or 0x1DC993) is known color: Shamrock. HEX triplet: 1D, C9 and 93. RGB value is (29,201,147). Sum of RGB (Red+Green+Blue) = 29+201+147=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC993 is #E2366C. Grayscale: #8F8F8F. Windows color (decimal): -14825069 or 9685277. OLE color: 9685277.

HSL color Cylindrical-coordinate representation of color #1DC993: hue angle of 161.16º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC993 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 201 147 -
CMYK 0.86 0 0.27 0.21
HSL 161.16º 0.75% 0.45% -
HSV(B) 161.16º 0.86% 0.79% -
XYZ 26.66 44.14 34.72 -
YUV 143.42 130.02 46.39 -
System Red Green Blue C M Y K H S L
Decimal 29 201 147 0.86 0 0.27 0.21 161.16 0.75 0.45
Hex 1D C9 93 56 0 1B 15 A1 4B 2D
Octal 35 311 223 126 0 33 25 241 113 55
Binary 11101 11001001 10010011 1010110 0 11011 10101 10100001 1001011 101101

Color Harmonies of #1DC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC993

Black with #1DC993

Text Example


Text Example

White with #1DC993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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