Html Css Color HEX #1AD380 Mountain Meadow

📋 copy color: '#1AD380'

red 26 ◦ green 211 ◦ blue 128

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

Shades of Mountain Meadow #1AD380

Tints of Mountain Meadow #1AD380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 7.12%
G = 57.81%
B = 35.07%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#1AD380 (or 0x1AD380) is known color: Mountain Meadow. HEX triplet: 1A, D3 and 80. RGB value is (26,211,128). Sum of RGB (Red+Green+Blue) = 26+211+128=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD380 is #E52C7F. Grayscale: #929292. Windows color (decimal): -15019136 or 8442650. OLE color: 8442650.

HSL color Cylindrical-coordinate representation of color #1AD380: hue angle of 153.08º 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 #1AD380 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 26 211 128 -
CMYK 0.88 0 0.39 0.17
HSL 153.08º 0.78% 0.46% -
HSV(B) 153.08º 0.88% 0.83% -
XYZ 27.62 48.37 28.3 -
YUV 146.22 117.71 42.25 -
System Red Green Blue C M Y K H S L
Decimal 26 211 128 0.88 0 0.39 0.17 153.08 0.78 0.46
Hex 1A D3 80 58 0 27 11 99 4E 2E
Octal 32 323 200 130 0 47 21 231 116 56
Binary 11010 11010011 10000000 1011000 0 100111 10001 10011001 1001110 101110

Color Harmonies of #1AD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD380

Black with #1AD380

Text Example


Text Example

White with #1AD380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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