Html Css Color HEX #1DBB90 Mountain Meadow

📋 copy color: '#1DBB90'

red 29 ◦ green 187 ◦ blue 144

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

Shades of Mountain Meadow #1DBB90

Tints of Mountain Meadow #1DBB90

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.94%

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

R = 8.06%
G = 51.94%
B = 40%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#1DBB90 (or 0x1DBB90) is known color: Mountain Meadow. HEX triplet: 1D, BB and 90. RGB value is (29,187,144). Sum of RGB (Red+Green+Blue) = 29+187+144=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBB90 is #E2446F. Grayscale: #868686. Windows color (decimal): -14828656 or 9485085. OLE color: 9485085.

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

Color convert

RGB 29 187 144 -
CMYK 0.84 0 0.23 0.27
HSL 163.67º 0.73% 0.42% -
HSV(B) 163.67º 0.84% 0.73% -
XYZ 23.31 37.82 32.46 -
YUV 134.86 133.15 52.5 -
System Red Green Blue C M Y K H S L
Decimal 29 187 144 0.84 0 0.23 0.27 163.67 0.73 0.42
Hex 1D BB 90 54 0 17 1B A4 49 2A
Octal 35 273 220 124 0 27 33 244 111 52
Binary 11101 10111011 10010000 1010100 0 10111 11011 10100100 1001001 101010

Color Harmonies of #1DBB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBB90

Black with #1DBB90

Text Example


Text Example

White with #1DBB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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