Html Css Color HEX #1AD67A Mountain Meadow

📋 copy color: '#1AD67A'

red 26 ◦ green 214 ◦ blue 122

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

Shades of Mountain Meadow #1AD67A

Tints of Mountain Meadow #1AD67A

RGB

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

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

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

R = 7.18%
G = 59.12%
B = 33.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#1AD67A (or 0x1AD67A) is known color: Mountain Meadow. HEX triplet: 1A, D6 and 7A. RGB value is (26,214,122). Sum of RGB (Red+Green+Blue) = 26+214+122=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD67A is #E52985. Grayscale: #939393. Windows color (decimal): -15018374 or 8050202. OLE color: 8050202.

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

Color convert

RGB 26 214 122 -
CMYK 0.88 0 0.43 0.16
HSL 150.64º 0.78% 0.47% -
HSV(B) 150.64º 0.88% 0.84% -
XYZ 27.99 49.72 26.53 -
YUV 147.3 113.72 41.48 -
System Red Green Blue C M Y K H S L
Decimal 26 214 122 0.88 0 0.43 0.16 150.64 0.78 0.47
Hex 1A D6 7A 58 0 2B 10 97 4E 2F
Octal 32 326 172 130 0 53 20 227 116 57
Binary 11010 11010110 1111010 1011000 0 101011 10000 10010111 1001110 101111

Color Harmonies of #1AD67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD67A

Black with #1AD67A

Text Example


Text Example

White with #1AD67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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