Html Css Color HEX #1DCC8A Mountain Meadow

📋 copy color: '#1DCC8A'

red 29 ◦ green 204 ◦ blue 138

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

Shades of Mountain Meadow #1DCC8A

Tints of Mountain Meadow #1DCC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 7.82%
G = 54.99%
B = 37.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#1DCC8A (or 0x1DCC8A) is known color: Mountain Meadow. HEX triplet: 1D, CC and 8A. RGB value is (29,204,138). Sum of RGB (Red+Green+Blue) = 29+204+138=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCC8A is #E23375. Grayscale: #909090. Windows color (decimal): -14824310 or 9096221. OLE color: 9096221.

HSL color Cylindrical-coordinate representation of color #1DCC8A: hue angle of 157.37º 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 #1DCC8A is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 204 138 -
CMYK 0.86 0 0.32 0.2
HSL 157.37º 0.75% 0.46% -
HSV(B) 157.37º 0.86% 0.8% -
XYZ 26.69 45.28 31.38 -
YUV 144.15 124.52 45.87 -
System Red Green Blue C M Y K H S L
Decimal 29 204 138 0.86 0 0.32 0.2 157.37 0.75 0.46
Hex 1D CC 8A 56 0 20 14 9D 4B 2E
Octal 35 314 212 126 0 40 24 235 113 56
Binary 11101 11001100 10001010 1010110 0 100000 10100 10011101 1001011 101110

Color Harmonies of #1DCC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCC8A

Black with #1DCC8A

Text Example


Text Example

White with #1DCC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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