Html Css Color HEX #1DC397 Mountain Meadow

📋 copy color: '#1DC397'

red 29 ◦ green 195 ◦ blue 151

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

Shades of Mountain Meadow #1DC397

Tints of Mountain Meadow #1DC397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.27%

R = 7.73%
G = 52%
B = 40.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#1DC397 (or 0x1DC397) is known color: Mountain Meadow. HEX triplet: 1D, C3 and 97. RGB value is (29,195,151). Sum of RGB (Red+Green+Blue) = 29+195+151=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC397 is #E23C68. Grayscale: #8C8C8C. Windows color (decimal): -14826601 or 9945885. OLE color: 9945885.

HSL color Cylindrical-coordinate representation of color #1DC397: hue angle of 164.1º 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 #1DC397 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 151 -
CMYK 0.85 0 0.23 0.24
HSL 164.1º 0.74% 0.44% -
HSV(B) 164.1º 0.85% 0.76% -
XYZ 25.61 41.53 35.94 -
YUV 140.35 134 48.58 -
System Red Green Blue C M Y K H S L
Decimal 29 195 151 0.85 0 0.23 0.24 164.1 0.74 0.44
Hex 1D C3 97 55 0 17 18 A4 4A 2C
Octal 35 303 227 125 0 27 30 244 112 54
Binary 11101 11000011 10010111 1010101 0 10111 11000 10100100 1001010 101100

Color Harmonies of #1DC397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC397

Black with #1DC397

Text Example


Text Example

White with #1DC397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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