Html Css Color HEX #1DC290 Mountain Meadow

📋 copy color: '#1DC290'

red 29 ◦ green 194 ◦ blue 144

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

Shades of Mountain Meadow #1DC290

Tints of Mountain Meadow #1DC290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.86%

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 7.9%
G = 52.86%
B = 39.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#1DC290 (or 0x1DC290) is known color: Mountain Meadow. HEX triplet: 1D, C2 and 90. RGB value is (29,194,144). Sum of RGB (Red+Green+Blue) = 29+194+144=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC290 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC290 is #E23D6F. Grayscale: #8B8B8B. Windows color (decimal): -14826864 or 9486877. OLE color: 9486877.

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

Color convert

RGB 29 194 144 -
CMYK 0.85 0 0.26 0.24
HSL 161.82º 0.74% 0.44% -
HSV(B) 161.82º 0.85% 0.76% -
XYZ 24.83 40.86 32.96 -
YUV 138.97 130.84 49.57 -
System Red Green Blue C M Y K H S L
Decimal 29 194 144 0.85 0 0.26 0.24 161.82 0.74 0.44
Hex 1D C2 90 55 0 1A 18 A2 4A 2C
Octal 35 302 220 125 0 32 30 242 112 54
Binary 11101 11000010 10010000 1010101 0 11010 11000 10100010 1001010 101100

Color Harmonies of #1DC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC290

Black with #1DC290

Text Example


Text Example

White with #1DC290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,194,144); }

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

background-color css

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

 a { background-color: rgb(29,194,144); }

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

border-color css

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

 span { border-color: rgb(29,194,144); }

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