Html Css Color HEX #1FA674 Mountain Meadow

📋 copy color: '#1FA674'

red 31 ◦ green 166 ◦ blue 116

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

Shades of Mountain Meadow #1FA674

Tints of Mountain Meadow #1FA674

RGB

 RED value IS 31 (12.5% from 255) = 9.9%

 GREEN value IS 166 (65.23% from 255) = 53.04%

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 9.9%
G = 53.04%
B = 37.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#1FA674 (or 0x1FA674) is known color: Mountain Meadow. HEX triplet: 1F, A6 and 74. RGB value is (31,166,116). Sum of RGB (Red+Green+Blue) = 31+166+116=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA674 is #E0598B. Grayscale: #787878. Windows color (decimal): -14702988 or 7644703. OLE color: 7644703.

HSL color Cylindrical-coordinate representation of color #1FA674: hue angle of 157.78º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA674 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 31 166 116 -
CMYK 0.81 0 0.30 0.35
HSL 157.78º 0.69% 0.39% -
HSV(B) 157.78º 0.81% 0.65% -
XYZ 17.35 28.82 21.17 -
YUV 119.94 125.77 64.57 -
System Red Green Blue C M Y K H S L
Decimal 31 166 116 0.81 0 0.30 0.35 157.78 0.69 0.39
Hex 1F A6 74 51 0 1E 23 9E 45 27
Octal 37 246 164 121 0 36 43 236 105 47
Binary 11111 10100110 1110100 1010001 0 11110 100011 10011110 1000101 100111

Color Harmonies of #1FA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA674

Black with #1FA674

Text Example


Text Example

White with #1FA674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,166,116); }

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

background-color css

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

 a { background-color: rgb(31,166,116); }

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

border-color css

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

 span { border-color: rgb(31,166,116); }

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