Html Css Color HEX #1DCC8D Shamrock

📋 copy color: '#1DCC8D'

red 29 ◦ green 204 ◦ blue 141

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

Shades of Shamrock #1DCC8D

Tints of Shamrock #1DCC8D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.55%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 7.75%
G = 54.55%
B = 37.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#1DCC8D (or 0x1DCC8D) is known color: Shamrock. HEX triplet: 1D, CC and 8D. RGB value is (29,204,141). Sum of RGB (Red+Green+Blue) = 29+204+141=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCC8D is #E23372. Grayscale: #909090. Windows color (decimal): -14824307 or 9292829. OLE color: 9292829.

HSL color Cylindrical-coordinate representation of color #1DCC8D: hue angle of 158.4º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC8D is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 204 141 -
CMYK 0.86 0 0.31 0.2
HSL 158.4º 0.75% 0.46% -
HSV(B) 158.4º 0.86% 0.8% -
XYZ 26.91 45.37 32.54 -
YUV 144.49 126.02 45.62 -
System Red Green Blue C M Y K H S L
Decimal 29 204 141 0.86 0 0.31 0.2 158.4 0.75 0.46
Hex 1D CC 8D 56 0 1F 14 9E 4B 2E
Octal 35 314 215 126 0 37 24 236 113 56
Binary 11101 11001100 10001101 1010110 0 11111 10100 10011110 1001011 101110

Color Harmonies of #1DCC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCC8D

Black with #1DCC8D

Text Example


Text Example

White with #1DCC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,204,141); }

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

background-color css

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

 a { background-color: rgb(29,204,141); }

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

border-color css

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

 span { border-color: rgb(29,204,141); }

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