Html Css Color HEX #1AD47F Mountain Meadow

📋 copy color: '#1AD47F'

red 26 ◦ green 212 ◦ blue 127

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

Shades of Mountain Meadow #1AD47F

Tints of Mountain Meadow #1AD47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.08%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 7.12%
G = 58.08%
B = 34.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#1AD47F (or 0x1AD47F) is known color: Mountain Meadow. HEX triplet: 1A, D4 and 7F. RGB value is (26,212,127). Sum of RGB (Red+Green+Blue) = 26+212+127=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD47F is #E52B80. Grayscale: #929292. Windows color (decimal): -15018881 or 8377370. OLE color: 8377370.

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

Color convert

RGB 26 212 127 -
CMYK 0.88 0 0.40 0.17
HSL 152.58º 0.78% 0.47% -
HSV(B) 152.58º 0.88% 0.83% -
XYZ 27.8 48.84 28.04 -
YUV 146.7 116.88 41.91 -
System Red Green Blue C M Y K H S L
Decimal 26 212 127 0.88 0 0.40 0.17 152.58 0.78 0.47
Hex 1A D4 7F 58 0 28 11 99 4E 2F
Octal 32 324 177 130 0 50 21 231 116 57
Binary 11010 11010100 1111111 1011000 0 101000 10001 10011001 1001110 101111

Color Harmonies of #1AD47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD47F

Black with #1AD47F

Text Example


Text Example

White with #1AD47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,212,127); }

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

background-color css

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

 a { background-color: rgb(26,212,127); }

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

border-color css

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

 span { border-color: rgb(26,212,127); }

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