Html Css Color HEX #1DC68F Mountain Meadow

📋 copy color: '#1DC68F'

red 29 ◦ green 198 ◦ blue 143

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

Shades of Mountain Meadow #1DC68F

Tints of Mountain Meadow #1DC68F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.51%

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 7.84%
G = 53.51%
B = 38.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#1DC68F (or 0x1DC68F) is known color: Mountain Meadow. HEX triplet: 1D, C6 and 8F. RGB value is (29,198,143). Sum of RGB (Red+Green+Blue) = 29+198+143=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC68F is #E23970. Grayscale: #8D8D8D. Windows color (decimal): -14825841 or 9422365. OLE color: 9422365.

HSL color Cylindrical-coordinate representation of color #1DC68F: hue angle of 160.47º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC68F is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 198 143 -
CMYK 0.85 0 0.28 0.22
HSL 160.47º 0.74% 0.45% -
HSV(B) 160.47º 0.85% 0.78% -
XYZ 25.66 42.63 32.86 -
YUV 141.2 129.01 47.97 -
System Red Green Blue C M Y K H S L
Decimal 29 198 143 0.85 0 0.28 0.22 160.47 0.74 0.45
Hex 1D C6 8F 55 0 1C 16 A0 4A 2D
Octal 35 306 217 125 0 34 26 240 112 55
Binary 11101 11000110 10001111 1010101 0 11100 10110 10100000 1001010 101101

Color Harmonies of #1DC68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC68F

Black with #1DC68F

Text Example


Text Example

White with #1DC68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,198,143); }

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

background-color css

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

 a { background-color: rgb(29,198,143); }

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

border-color css

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

 span { border-color: rgb(29,198,143); }

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