Html Css Color HEX #1DC594 Mountain Meadow

📋 copy color: '#1DC594'

red 29 ◦ green 197 ◦ blue 148

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

Shades of Mountain Meadow #1DC594

Tints of Mountain Meadow #1DC594

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.67%

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 7.75%
G = 52.67%
B = 39.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#1DC594 (or 0x1DC594) is known color: Mountain Meadow. HEX triplet: 1D, C5 and 94. RGB value is (29,197,148). Sum of RGB (Red+Green+Blue) = 29+197+148=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC594 is #E23A6B. Grayscale: #8D8D8D. Windows color (decimal): -14826092 or 9749789. OLE color: 9749789.

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

Color convert

RGB 29 197 148 -
CMYK 0.85 0 0.25 0.23
HSL 162.5º 0.74% 0.44% -
HSV(B) 162.5º 0.85% 0.77% -
XYZ 25.82 42.33 34.83 -
YUV 141.18 131.84 47.98 -
System Red Green Blue C M Y K H S L
Decimal 29 197 148 0.85 0 0.25 0.23 162.5 0.74 0.44
Hex 1D C5 94 55 0 19 17 A2 4A 2C
Octal 35 305 224 125 0 31 27 242 112 54
Binary 11101 11000101 10010100 1010101 0 11001 10111 10100010 1001010 101100

Color Harmonies of #1DC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC594

Black with #1DC594

Text Example


Text Example

White with #1DC594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,197,148); }

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

background-color css

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

 a { background-color: rgb(29,197,148); }

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

border-color css

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

 span { border-color: rgb(29,197,148); }

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