Html Css Color HEX #1DDC8C Shamrock

📋 copy color: '#1DDC8C'

red 29 ◦ green 220 ◦ blue 140

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

Shades of Shamrock #1DDC8C

Tints of Shamrock #1DDC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.56%

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 7.46%
G = 56.56%
B = 35.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#1DDC8C (or 0x1DDC8C) is known color: Shamrock. HEX triplet: 1D, DC and 8C. RGB value is (29,220,140). Sum of RGB (Red+Green+Blue) = 29+220+140=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDC8C is #E22373. Grayscale: #999999. Windows color (decimal): -14820212 or 9231389. OLE color: 9231389.

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

Color convert

RGB 29 220 140 -
CMYK 0.87 0 0.36 0.14
HSL 154.87º 0.77% 0.49% -
HSV(B) 154.87º 0.87% 0.86% -
XYZ 30.83 53.34 33.48 -
YUV 153.77 120.22 39 -
System Red Green Blue C M Y K H S L
Decimal 29 220 140 0.87 0 0.36 0.14 154.87 0.77 0.49
Hex 1D DC 8C 57 0 24 E 9B 4D 31
Octal 35 334 214 127 0 44 16 233 115 61
Binary 11101 11011100 10001100 1010111 0 100100 1110 10011011 1001101 110001

Color Harmonies of #1DDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDC8C

Black with #1DDC8C

Text Example


Text Example

White with #1DDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,220,140); }

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

background-color css

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

 a { background-color: rgb(29,220,140); }

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

border-color css

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

 span { border-color: rgb(29,220,140); }

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