Html Css Color HEX #1AD384 Mountain Meadow

📋 copy color: '#1AD384'

red 26 ◦ green 211 ◦ blue 132

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

Shades of Mountain Meadow #1AD384

Tints of Mountain Meadow #1AD384

RGB

 RED value IS 26 (10.55% from 255) = 7.05%

 GREEN value IS 211 (82.81% from 255) = 57.18%

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 7.05%
G = 57.18%
B = 35.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#1AD384 (or 0x1AD384) is known color: Mountain Meadow. HEX triplet: 1A, D3 and 84. RGB value is (26,211,132). Sum of RGB (Red+Green+Blue) = 26+211+132=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD384 is #E52C7B. Grayscale: #929292. Windows color (decimal): -15019132 or 8704794. OLE color: 8704794.

HSL color Cylindrical-coordinate representation of color #1AD384: hue angle of 154.38º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD384 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 26 211 132 -
CMYK 0.88 0 0.37 0.17
HSL 154.38º 0.78% 0.46% -
HSV(B) 154.38º 0.88% 0.83% -
XYZ 27.89 48.47 29.72 -
YUV 146.68 119.71 41.92 -
System Red Green Blue C M Y K H S L
Decimal 26 211 132 0.88 0 0.37 0.17 154.38 0.78 0.46
Hex 1A D3 84 58 0 25 11 9A 4E 2E
Octal 32 323 204 130 0 45 21 232 116 56
Binary 11010 11010011 10000100 1011000 0 100101 10001 10011010 1001110 101110

Color Harmonies of #1AD384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD384

Black with #1AD384

Text Example


Text Example

White with #1AD384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,211,132); }

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

background-color css

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

 a { background-color: rgb(26,211,132); }

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

border-color css

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

 span { border-color: rgb(26,211,132); }

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