Html Css Color HEX #1AD680 Mountain Meadow

📋 copy color: '#1AD680'

red 26 ◦ green 214 ◦ blue 128

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

Shades of Mountain Meadow #1AD680

Tints of Mountain Meadow #1AD680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.15%

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

R = 7.07%
G = 58.15%
B = 34.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#1AD680 (or 0x1AD680) is known color: Mountain Meadow. HEX triplet: 1A, D6 and 80. RGB value is (26,214,128). Sum of RGB (Red+Green+Blue) = 26+214+128=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD680 is #E5297F. Grayscale: #949494. Windows color (decimal): -15018368 or 8443418. OLE color: 8443418.

HSL color Cylindrical-coordinate representation of color #1AD680: hue angle of 152.55º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD680 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 214 128 -
CMYK 0.88 0 0.40 0.16
HSL 152.55º 0.78% 0.47% -
HSV(B) 152.55º 0.88% 0.84% -
XYZ 28.37 49.87 28.55 -
YUV 147.98 116.72 40.99 -
System Red Green Blue C M Y K H S L
Decimal 26 214 128 0.88 0 0.40 0.16 152.55 0.78 0.47
Hex 1A D6 80 58 0 28 10 99 4E 2F
Octal 32 326 200 130 0 50 20 231 116 57
Binary 11010 11010110 10000000 1011000 0 101000 10000 10011001 1001110 101111

Color Harmonies of #1AD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD680

Black with #1AD680

Text Example


Text Example

White with #1AD680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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