Html Css Color HEX #1DC393 Mountain Meadow

📋 copy color: '#1DC393'

red 29 ◦ green 195 ◦ blue 147

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

Shades of Mountain Meadow #1DC393

Tints of Mountain Meadow #1DC393

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.56%

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

R = 7.82%
G = 52.56%
B = 39.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#1DC393 (or 0x1DC393) is known color: Mountain Meadow. HEX triplet: 1D, C3 and 93. RGB value is (29,195,147). Sum of RGB (Red+Green+Blue) = 29+195+147=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC393 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC393 is #E23C6C. Grayscale: #8B8B8B. Windows color (decimal): -14826605 or 9683741. OLE color: 9683741.

HSL color Cylindrical-coordinate representation of color #1DC393: hue angle of 162.65º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC393 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 147 -
CMYK 0.85 0 0.25 0.24
HSL 162.65º 0.74% 0.44% -
HSV(B) 162.65º 0.85% 0.76% -
XYZ 25.29 41.4 34.26 -
YUV 139.89 132 48.9 -
System Red Green Blue C M Y K H S L
Decimal 29 195 147 0.85 0 0.25 0.24 162.65 0.74 0.44
Hex 1D C3 93 55 0 19 18 A3 4A 2C
Octal 35 303 223 125 0 31 30 243 112 54
Binary 11101 11000011 10010011 1010101 0 11001 11000 10100011 1001010 101100

Color Harmonies of #1DC393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC393

Black with #1DC393

Text Example


Text Example

White with #1DC393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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