Html Css Color HEX #1AD67D Mountain Meadow

📋 copy color: '#1AD67D'

red 26 ◦ green 214 ◦ blue 125

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

Shades of Mountain Meadow #1AD67D

Tints of Mountain Meadow #1AD67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 7.12%
G = 58.63%
B = 34.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#1AD67D (or 0x1AD67D) is known color: Mountain Meadow. HEX triplet: 1A, D6 and 7D. RGB value is (26,214,125). Sum of RGB (Red+Green+Blue) = 26+214+125=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD67D is #E52982. Grayscale: #939393. Windows color (decimal): -15018371 or 8246810. OLE color: 8246810.

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

Color convert

RGB 26 214 125 -
CMYK 0.88 0 0.42 0.16
HSL 151.6º 0.78% 0.47% -
HSV(B) 151.6º 0.88% 0.84% -
XYZ 28.17 49.79 27.53 -
YUV 147.64 115.22 41.24 -
System Red Green Blue C M Y K H S L
Decimal 26 214 125 0.88 0 0.42 0.16 151.6 0.78 0.47
Hex 1A D6 7D 58 0 2A 10 98 4E 2F
Octal 32 326 175 130 0 52 20 230 116 57
Binary 11010 11010110 1111101 1011000 0 101010 10000 10011000 1001110 101111

Color Harmonies of #1AD67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD67D

Black with #1AD67D

Text Example


Text Example

White with #1AD67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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