Html Css Color HEX #1DBE7A Mountain Meadow

📋 copy color: '#1DBE7A'

red 29 ◦ green 190 ◦ blue 122

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

Shades of Mountain Meadow #1DBE7A

Tints of Mountain Meadow #1DBE7A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.72%

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 8.5%
G = 55.72%
B = 35.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#1DBE7A (or 0x1DBE7A) is known color: Mountain Meadow. HEX triplet: 1D, BE and 7A. RGB value is (29,190,122). Sum of RGB (Red+Green+Blue) = 29+190+122=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBE7A is #E24185. Grayscale: #868686. Windows color (decimal): -14827910 or 8044061. OLE color: 8044061.

HSL color Cylindrical-coordinate representation of color #1DBE7A: hue angle of 154.66º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE7A is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 190 122 -
CMYK 0.85 0 0.36 0.25
HSL 154.66º 0.74% 0.43% -
HSV(B) 154.66º 0.85% 0.75% -
XYZ 22.43 38.49 24.66 -
YUV 134.11 121.16 53.03 -
System Red Green Blue C M Y K H S L
Decimal 29 190 122 0.85 0 0.36 0.25 154.66 0.74 0.43
Hex 1D BE 7A 55 0 24 19 9B 4A 2B
Octal 35 276 172 125 0 44 31 233 112 53
Binary 11101 10111110 1111010 1010101 0 100100 11001 10011011 1001010 101011

Color Harmonies of #1DBE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBE7A

Black with #1DBE7A

Text Example


Text Example

White with #1DBE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,190,122); }

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

background-color css

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

 a { background-color: rgb(29,190,122); }

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

border-color css

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

 span { border-color: rgb(29,190,122); }

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