Html Css Color HEX #1DB490 Mountain Meadow

📋 copy color: '#1DB490'

red 29 ◦ green 180 ◦ blue 144

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

Shades of Mountain Meadow #1DB490

Tints of Mountain Meadow #1DB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.99%

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

R = 8.22%
G = 50.99%
B = 40.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#1DB490 (or 0x1DB490) is known color: Mountain Meadow. HEX triplet: 1D, B4 and 90. RGB value is (29,180,144). Sum of RGB (Red+Green+Blue) = 29+180+144=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB490 is #E24B6F. Grayscale: #828282. Windows color (decimal): -14830448 or 9483293. OLE color: 9483293.

HSL color Cylindrical-coordinate representation of color #1DB490: hue angle of 165.7º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB490 is Cyan = 0.84, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 180 144 -
CMYK 0.84 0 0.2 0.29
HSL 165.7º 0.72% 0.41% -
HSV(B) 165.7º 0.84% 0.71% -
XYZ 21.86 34.92 31.97 -
YUV 130.75 135.47 55.43 -
System Red Green Blue C M Y K H S L
Decimal 29 180 144 0.84 0 0.2 0.29 165.7 0.72 0.41
Hex 1D B4 90 54 0 14 1D A6 48 29
Octal 35 264 220 124 0 24 35 246 110 51
Binary 11101 10110100 10010000 1010100 0 10100 11101 10100110 1001000 101001

Color Harmonies of #1DB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB490

Black with #1DB490

Text Example


Text Example

White with #1DB490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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