Html Css Color HEX #1DB990 Mountain Meadow

📋 copy color: '#1DB990'

red 29 ◦ green 185 ◦ blue 144

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

Shades of Mountain Meadow #1DB990

Tints of Mountain Meadow #1DB990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

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

R = 8.1%
G = 51.68%
B = 40.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#1DB990 (or 0x1DB990) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 90. RGB value is (29,185,144). Sum of RGB (Red+Green+Blue) = 29+185+144=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB990 is #E2466F. Grayscale: #858585. Windows color (decimal): -14829168 or 9484573. OLE color: 9484573.

HSL color Cylindrical-coordinate representation of color #1DB990: hue angle of 164.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB990 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 185 144 -
CMYK 0.84 0 0.22 0.27
HSL 164.23º 0.73% 0.42% -
HSV(B) 164.23º 0.84% 0.73% -
XYZ 22.89 36.97 32.32 -
YUV 133.68 133.82 53.33 -
System Red Green Blue C M Y K H S L
Decimal 29 185 144 0.84 0 0.22 0.27 164.23 0.73 0.42
Hex 1D B9 90 54 0 16 1B A4 49 2A
Octal 35 271 220 124 0 26 33 244 111 52
Binary 11101 10111001 10010000 1010100 0 10110 11011 10100100 1001001 101010

Color Harmonies of #1DB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB990

Black with #1DB990

Text Example


Text Example

White with #1DB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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